AgentStack
mgiovani avatar

mgiovani

45 listings · 0 installs

Open-source publisher. Listings imported from github.com/mgiovani — credited to the original author with their license.

↗ github.com/mgiovani
45 results
Self-run
SKILL

Ci Local

Run the checks a GitHub Actions workflow would run, locally, when Actions

0
1
Free
Self-run
SKILL

Env Setup

Scans a codebase for environment variable usage to generate or sync .env.example, validate .env completeness against what the code actually reads, and detect leaked secrets in .env or git history. Use for "/env-setup", "update .env.example", "sync .env.example with the codebase", "check if .env has everything it needs", "is .env in .gitignore", or "scan for leaked secrets in .env". Not a full sec…

0
1
Free
Self-run
SKILL

Docs Diagram

Generate a Mermaid diagram (ER, architecture, deployment, or security)

0
0
Free
Self-run
SKILL

Docker Init

Generates production-ready docker-compose.yml and Dockerfile(s) for a project by scanning its manifest files (package.json, pyproject.toml, Gemfile, go.mod, Cargo.toml) and source code for service dependencies (Postgres, MySQL, Redis, MongoDB, RabbitMQ, Kafka, Elasticsearch, MinIO, Mailhog, etc.), then emitting compose services with health checks, security hardening, resource limits, and non-root…

0
0
Free
Self-run
SKILL

Jira Daily

Generate a standup report from recent Jira activity and git history —

0
0
Free
Self-run
SKILL

Review Deps

Audit project dependencies for vulnerabilities, license compliance risks,

0
0
Free
Self-run
SKILL

Ship

>-

0
0
Free
Self-run
SKILL

Review Security

Perform an OWASP Top 10-focused static security review of a PR, commit, or

0
0
Free
Self-run
SKILL

Implement Feature

Implements a new feature end-to-end as a senior staff engineer would —

0
0
Free
Self-run
SKILL

Docs Rfc

Create a numbered RFC (Request For Comments) document proposing a

0
0
Free
Self-run
SKILL

Git Release

Create semantic version releases with automated changelog generation

0
0
Free
Self-run
SKILL

Docs Check

Read-only audit of documentation against the current codebase — flags

0
0
Free
Self-run
SKILL

Orchestrate

Turn any task into a model-tiered multi-agent plan — decompose it into

0
0
Free
Self-run
SKILL

Agent Browser

Headless browser automation CLI optimized for AI agents — drives a real browser via accessibility-tree snapshots and @e1-style refs for ~93% less context than raw DOM tools. Use whenever a task needs to interact with a live web page: click, fill forms, log in, extract text or data, take screenshots, test a running web app, or scrape a site. Triggers on 'automate the browser', 'fill this form', 'c…

0
0
Free
Self-run
SKILL

Fix Bug

Fixes a bug through test-driven debugging — reproduces it with a failing

0
0
Free
Self-run
SKILL

Jira Todo

Generates a prioritized daily work plan from a user's assigned Jira

0
0
Free
Self-run
SKILL

Create Skill

Create a new agent skill (or Claude Code slash command) from a plain-language description, using live spec fetching, pattern research, and an approval-gated blueprint before any files are written. Use whenever the user wants to build, scaffold, or author a new skill, subagent capability, or slash command — including phrasings like 'make a command for X', 'create a slash command', 'turn this into…

0
0
Free
Self-run
SKILL

Oss Launch

Takes a private side project from "done" to a public GitHub launch — pre-flight checks (confirm the repo is still private, scan for leaked secrets, verify a license exists), applies review-code findings, generates brand art (logo/hero via codex-imagegen), rewrites the README and repo description for discoverability, scrubs internal or AI-tooling mentions from code and docs (only after explicit co…

0
1
Free
Self-run
SKILL

Gh Daily

Generate a GitHub-based standup report from assigned issues, open/merged PRs, review requests, and git commit history. Use when the user asks for a standup, daily update, or status report and works with GitHub Issues/PRs. Trigger phrases include "standup report", "daily update", "what did I do yesterday", "GitHub status report". Not for Jira-based standups (use jira-daily) — gh-daily is GitHub-on…

0
1
Free
Self-run
SKILL

Create Rule

Create a new memory/instruction rule for whatever AI coding tool a project

0
0
Free
Self-run
SKILL

Jira Cli

Run raw ankitpokhrel/jira-cli commands directly against Jira Cloud or on-prem — issue/epic/sprint CRUD, JQL-style filtering, and scripting/CI automation (bulk assign, auto-label, sprint add). Invoke explicitly via /jira-cli, or when the user wants literal `jira` CLI syntax, a filter the curated skills don't expose, or a bash/CI script that drives jira-cli. Manual-invocation skill — does not auto-…

0
0
Free
Self-run
SKILL

Find Skills

Search, install, update, and remove third-party Agent Skills from skills.sh or any GitHub/GitLab repo via the `npx skills` CLI. Use when the user wants to "find a skill", "install a skill from github", "search skills.sh", or add third-party capabilities to Claude Code/Cursor/other agents. Not for authoring new skills (see create-skill).

0
1
Free
Self-run
SKILL

Nanobanana

Generates and edits images by calling Google's Nano Banana / Gemini image generation API (requires a GEMINI_API_KEY) — a real, billed API call. This skill is explicit-invocation only: use it only when the user names it or the Gemini path directly — \"nanobanana\", \"nano banana\", \"gemini image generation\", \"GEMINI_API_KEY\", \"use nanobanana to …\" — or wants to integrate the Nano Banana / Ge…

0
0
Free
Self-run
SKILL

Inject Docs

Inject compressed framework-specific best practices and docs into

0
0
Free
Self-run
SKILL

Ci Generate

Generate a production-ready CI/CD pipeline config (GitHub Actions,

0
1
Free
Self-run
SKILL

Codex Imagegen

Generates images and polished raster art — logos, mascots, hero images, icons, characters, sprite sheets, illustrations, product mockups — by driving Codex CLI's $imagegen skill. This is the default image generator — use it for any request to generate or create an image or visual asset, including "generate an image", "create a hero image", "make a mascot", "design a logo", "draw an icon", "genera…

0
1
Free
Self-run
SKILL

Vrt Check

Runs the project's visual regression testing (VRT) workflow — detects

0
0
Free
Self-run
SKILL

Db Migrate

Creates, checks the status of, and validates database migrations by auto-detecting the project's migration framework (Alembic, Prisma, Knex, Django, Rails/ActiveRecord, Flyway, Atlas, TypeORM, Sequelize, SQLx, golang-migrate, Liquibase) from marker files, then driving that framework's own CLI. Use when the user wants to create a new migration, check pending vs. applied migration status, or valida…

0
0
Free
Self-run
SKILL

Improve Skill

>-

0
0
Free
Self-run
SKILL

Git Create Pr

Create a GitHub Pull Request from the current branch, following conventional commit format and pre-filling the repo's PR template. Activates on "create a PR", "open a pull request", "push this for review", or similar. Use after commits are made and pushed is not yet done; for the commits themselves use git-commit, for release/hotfix branch PRs use gitflow, and for the full review-then-commit-then…

0
0
Free
Self-run
SKILL

Review Design

Performs a comprehensive UX/UI/design quality audit of a live URL or a

0
0
Free
Self-run
SKILL

Team Implement

Spec-driven team orchestration for large, multi-component features or new epics: writes a full spec/design/review artifact trail under .specs/, gates code changes behind an explicit user approval, then scales a team from 3 (lite) to roughly 9 (full) agents based on complexity. Use for sizable features spanning frontend+backend+DB, unfamiliar domains, or anything you want a reviewable spec for bef…

0
0
Free
Self-run
SKILL

Test Suite

Generates a test suite by analyzing coverage gaps, prioritizing critical and untested code paths, then writing tests in parallel that match the project's existing patterns. Use when the user wants to write tests, add test coverage, generate test cases, improve testing, or analyze coverage gaps. Supports pytest, vitest, jest, and all major test frameworks. Not for debugging a specific failing test…

0
0
Free
Self-run
SKILL

Project Planner

Break a large or ambiguous project into a dependency-ordered task

0
0
Free
Self-run
SKILL

Gitflow

Manage a gitflow branching workflow — starting and finishing feature,

0
0
Free
Self-run
SKILL

Review Code

Runs a comprehensive multi-agent code review of a PR, commit, or the

0
0
Free
Self-run
SKILL

Docs Adr

Create a numbered Architecture Decision Record (ADR) documenting a technical

0
0
Free
Self-run
SKILL

Docs Update

Refresh existing docs (architecture, onboarding, data-model, deployment,

0
0
Free
Self-run
SKILL

Git Sync

Syncs the current feature branch with its base or upstream branch via merge (default) or rebase, with conflict detection and stash handling. Use for ad-hoc requests like "sync my branch with main", "rebase onto main", "rebase on latest dev", "pull upstream into my fork", or "update my branch". Not for release/hotfix branch promotion or cutting versioned releases — use gitflow or git-release for t…

0
0
Free
Self-run
SKILL

Review Perf

Deep-dive performance audit of database queries, algorithmic complexity,

0
0
Free
Self-run
SKILL

Refactor

Restructures existing code without changing its behavior — maps callers and test coverage, adds characterization tests where coverage is thin, then applies the change in small steps verified against the full test suite after each one. Use when the user wants to refactor, extract a method or class, simplify logic, reduce duplication, improve naming, restructure modules, or pay down technical debt…

0
0
Free
Self-run
SKILL

Git Commit

Generate a conventional commit message (conventionalcommits.org) from the

0
0
Free
Self-run
SKILL

I18n Check

i18n completeness checker — detects the project's i18n framework (next-intl,

0
0
Free
Self-run
SKILL

Docs Init

Bootstraps a documentation structure (architecture, onboarding, data-model,

0
0
Free
Self-run
SKILL

Team Review

Multi-agent review team — architecture, security, performance, testing, style, docs/UX, plus an adversary that cross-examines the other 6 — for security-sensitive, architectural, or large PRs (15+ files) where a single-agent pass risks missing cross-cutting issues. Use for auth/payments/PII changes, schema/pattern changes, compliance sign-off, or when asked to 'get the review team on this' / 'mul…

0
0
Free
You've reached the end · 45 loaded