Agents Repo
Official@agents-repo · Portugal
Open‑source ecosystem and registry for GitHub Copilot agents and multi‑agent flows.
Agent Skills by Agents Repo
Showing 32 vetted skills indexed across 1 GitHub repositories.
agents-repo--agents-repo-package-creation--package-requirements-analyst
Translates user intent into a structured package blueprint with scaffold arguments and metadata.
agents-repo--agents-repo-package-creation--package-creator
Authors registry package source files with metadata sidecars from an approved blueprint.
agents-repo--agents-repo-package-creation--package-release-gate
Executes artifact validation scripts and reports release gate pass or fail status.
agents-repo--agents-repo-package-creation--package-script-runner
Executes package creation, validation, and build scripts and returns structured stage reports.
agents-repo--agents-repo-package-creation--package-submission-reviewer
Reviews drafted registry packages for description quality and produces a structured readiness verdict.
agents-repo--agents-repo-package-creation--full-package-creation-flow
Orchestrates registry package creation through scaffold, authoring, validation, build, and artifact gate stages.
maiconfz--github-interactive-issue-implementation-planner--github-issue-intake
Fetches GitHub issue context via gh CLI and emits a structured issue brief.
maiconfz--github-interactive-issue-implementation-planner--issue-implementation-planner
Drafts an ask-first implementation plan from a GitHub issue brief and local repository context.
maiconfz--context-token-reduction--context-token-chat
Analyze agent-context token waste from public project URLs, uploads, or pasted sources.
maiconfz--context-token-reduction--token-reduction-advisor
Drafts an ordered context-token reduction plan from a footprint report after user consent.
maiconfz--context-token-reduction--reduce-context-tokens
Analyzes host-project context-token waste and drafts an ordered reduction plan.
maiconfz--context-token-reduction--token-footprint-analyst
Inspect host project files and report evidence-backed agent context token waste findings.
maiconfz--github-pr-review-triage--github-pr-review-triage
Triages GitHub pull request review feedback and resolves threads via gh CLI.
maiconfz--review-fix-ship--bug-reviewer
Reviews scoped git diffs for bugs, crash paths, and behavioral regressions.
maiconfz--review-fix-ship--security-reviewer
Reviews scoped git diffs for injection, secrets, authz, and supply-chain risks.
maiconfz--review-fix-ship--review-fix-ship
Runs code, bug, and security reviews on a git diff, then fixes, commits, and pushes findings.
maiconfz--review-fix-ship--code-reviewer
Reviews scoped git diffs for design, maintainability, and missing tests.
maiconfz--review-fix-ship--findings-fixer
Triages review findings, applies minimal fixes, validates, and pushes the feature branch.
maiconfz--plan-refiner--automatic-plan-refiner
Refines an existing draft plan against repository context with labeled assumptions in one pass.
maiconfz--plan-refiner--plan-refinement
Refines existing markdown plans through interactive or automatic refinement modes.
maiconfz--plan-refiner--interactive-plan-refiner
Reviews and refines existing markdown plans against repository context through clarifying questions.
maiconfz--ai-first-project-readiness--improvement-planner
Drafts phased or full-shot AI-readiness improvement plans from a readiness report without implementing changes.
maiconfz--ai-first-project-readiness--ai-first-chat
Analyze AI-first project readiness from public URLs, uploads, or pasted sources.
maiconfz--ai-first-project-readiness--ai-first-project-planning
Analyze project readiness and draft phased or full-shot improvement plans with user consent.
Frequently Asked Questions About Agents Repo
FAQPage SchemaWhat tasks can I automate using Agents Repo skills?▼
You can create and release-gate Copilot agent packages, triage GitHub PR review threads, run code/bug/security reviews with fixes and commits, reduce agent context-token waste, assess AI-first project readiness, and plan features from intake through landscape research to a synthesized feature brief.
Who are Agents Repo skills designed for?▼
They target developers and maintainers building GitHub Copilot agents and multi-agent flows, plus engineers handling PR review triage, scoped git-diff reviews, and planning work such as issue implementation plans, feature exploration, and AI-readiness improvement plans.
How do the skills run in practice?▼
Skills execute inside Copilot-compatible hosts such as Cursor, invoking gh for GitHub issue and PR data, running package creation, validation, and build scripts, and launching Bugbot or Security Review subagents when available, with equivalent in-package passes otherwise.
Is Agents Repo free and open source?▼
Yes. Agents Repo describes itself as an open-source ecosystem and registry for GitHub Copilot agents and multi-agent flows, with public repositories hosted on GitHub and a public site at agents-repo.org. No paid tier is indicated in the provided profile.
What prerequisites do the skills require?▼
Skills assume a GitHub Copilot agent host environment, the gh CLI for issue and PR operations, a local git repository for diff-scoped reviews and commits, and project sources such as URLs, uploads, or pasted content for readiness and token-footprint analysis.