.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/codagent-ai/agent-skills
home/skills/codagent-ai/agent-skills
codagent-ai avatar

codagent-ai/agent-skills

22 skills · 305 total installs

View on GitHub
$npx skills add codagent-ai/agent-skills
SkillInstalls
plan-tasksCreates a structured implementation task breakdown for a structured change, synthesizing proposal, design, and specs into self-contained per-task files.17proposeEvaluate whether a software idea is worth building, then write the proposal document.16push-prCommits changes, pushes to remote, and creates or updates a pull request for the current branch.16specDrives interactive requirement discovery to produce spec files. Use when the user says "spec this", "write specs", "create specs", or "run the spec skill".16ask-questionsHow to ask users questions interactively: which tool to use, how to batch questions, and when to ask serially.15designCreates design artifacts through collaborative brainstorming of approaches, architecture, and trade-offs.15finalize-prOrchestrates the full post-implementation loop: push PR → wait for CI → fix failures → repeat until CI passes or termination rules trigger a pause.15fix-prFixes CI failures and review comments on the current branch's pull request by dispatching a fixer subagent, verifying with the validator, and pushing the fix.15handoffSummarizes a specific aspect of the current conversation so another agent can resume.15implement-and-validateAutonomous implementer agent that executes a single task end-to-end using TDD and verifies with Agent Validator.15implement-changeAutonomous tech lead that implements a full change end-to-end by dispatching one subagent per task sequentially using implement-and-validate, running the…15implement-with-tddEnforces test-driven development for feature work, bug fixes, and refactoring, activating for requests such as "implement", "fix", "add feature", "write tests…15initInitializes Agent Skills in a project by checking prerequisites and verifying the validator configuration.15proposal-reviewAdversarial review of a proposal — challenges the why, what, and how, and suggests alternative approaches.15review-assumptionsReviews risky/notable assumptions and context gaps surfaced by implementor session reports, fixes high-confidence issues directly, and asks one clarifying…15review-specReviews design artifacts (proposal, specs, design, tasks) for internal consistency, gaps, and cross-artifact alignment.15session-reportAudits your session for assumptions and context gaps — things only a human can act on.15simple-planLightweight planning for small, quick changes. Combines propose, spec, and (optionally) design into one conversational pass, then writes tasks.md so the change…15task-complianceReview an implementation against task file requirements. Checks every spec scenario and Done When criterion, identifies gaps, and reports them.15wait-ciPolls CI check status for the current branch's pull request and reports pass/fail/pending/comments, surfacing PR review comments even when CI is green.15prepare-acceptanceExercises an implemented change through its user and client flows, reports clear defects without fixing them, waits for current-head CI, and prepares concise…—releaseCreates a release PR from merged PRs — gathers merged PRs since last tag (plus any unmerged current-branch PR), calculates semver bump from conventional commit…—