.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

…/firatcand/forge
home/skills/firatcand/forge
firatcand avatar

firatcand/forge

35 skills

View on GitHub
$npx skills add firatcand/forge
SkillInstalls
amend-roadmapCreate a new task mid-flight — interactive field collection, then a tracker-first atomic amend (issue + relations on the tracker, materialized into phases.yaml…—auditFan out N read-only subagents to audit the codebase for safe simplification (dead code, duplication, over-exports, complexity, dependency bloat, stale docs),…—auto-reviewDrain the orchestrator review-queue — for each task awaiting review, run the code-reviewer, optionally a Codex/Gemini second opinion on CRITICAL.md paths,…—autopilotTake a product idea from the discovery interview all the way to a running delivery loop — drive the spec chain (BRIEF → PRD → SPEC → CONTEXT → phases.yaml →…—codexdecomposeBreak the validated spec into phases.yaml — a dependency graph of tasks across Phase 1/2/3 with gate criteria, owner types, and acceptance criteria.—deliverDrive a whole phase or feature-set to "merged + Done" — themed batching over /drive, front-loaded architectural questions, phase-gate ceremonies, and lossless…—draft-designGenerate spec/DESIGN.md for the project. Asks at init whether to create a project-owned design system or reference an external one (URL/file/brand-book) as a…—draft-prdGenerate spec/PRD.md from spec/BRIEF.md with a per-feature discovery loop.—draft-specGenerate spec/SPEC.md from spec/PRD.md. Orchestrates the user's software-architect skill if available, otherwise guides Claude through the SPEC template.—driveDrive one tracker ticket end-to-end — claim, plan, implement, verify, cross-review, and ship — autonomously, pausing only for architectural decisions.—fixApply a fix based on /investigate output. Refuses to run without recent investigation.—forgeRun forge's discovery interview over a product idea and produce a project BRIEF. Lightweight — 4 product/spec questions.—forge-orchestratePer-round dispatch loop for forge's orchestrator. Lists ready tasks, asks user to approve, then claims, dispatches, and spawns worker subagents via the host's…—implementExecute the approved plan from /plan-task. Refuses to run without an approved plan unless --quickfix flag.—inboxDrain parked decisions — read a tagged digest of every blocked_on_question task's open questions, pick which to answer now, deep-dive each via AskUserQuestion,…—ingest-specValidate that BRIEF, PRD, SPEC, and (optional) DESIGN are all complete and consistent. Build CONTEXT.md as canonical synthesis. Required before /decompose.—investigateIron Law of Investigation — required before /fix. Trace data flow, test hypotheses, identify root cause.—learnWrite a learning entry capturing what surprised us, what we'd do differently. Auto-suggested by /ship if task was notable.—phase-gateCeremony to advance from phase N to phase N+1. Verifies gate criteria, runs end-to-end check, generates retro, prompts for human approval.—pickup-taskClaim the next ready task from the configured tracker (Linear / GitHub Issues / Notion), create a git worktree, and inject relevant learnings.—plan-taskRun Plan mode for the current task. Outputs structured plan; required before /implement.—push-to-linearDEPRECATED — alias for /push-to-tracker. Removed in v0.4.0.—push-to-trackerPush phases.yaml to the configured tracker (linear|github|notion) — creates project, per-phase grouping, issues with depends_on relations.—qaRun test suite, browser checks, and verify acceptance criteria. Bootstrap test framework if missing.—reconcileBidirectional sync between plans/phases.yaml and the configured tracker.—retroWrite a phase retrospective. Auto-invoked by /phase-gate but can run standalone.—reviewRun code-reviewer, security-auditor (if CRITICAL.md path touched), and design-reviewer (if UI task) on current diff.—second-opinionGet a second opinion on a plan, diff, or specific files from Claude, Codex, or Gemini (whichever is configured as `settings.agents.review_host_cli`, a…—setup-repoBootstrap the GitHub repo for a forge project — repo creation, branch protection, GitHub Environments, CI workflows, secrets configuration.—shipPush branch, run final gates (tests, secrets scan, conventional commit), open PR with Linear issue ID, mark issue In Review.—status-checkCold-start \"where am I?\" cockpit. Renders the cross-run orchestrator dashboard (active workers, open questions, ready vs blocked, overlap + lease health) and…—sync-statusDiagnostic that suggests when an active phase is ready for /phase-gate, and lists orphan tracker issues missing from plans/phases.yaml.—update-specDraft an ephemeral ADR for an in-flight architectural decision (--draft), then propagate the accepted decision to SPEC + PRD + phases.yaml + tracker bodies…—wrap-upEnd-of-task housekeeping after a PR merges — remove the task worktree, delete the local branch, reconcile the tracker into phases.yaml, and return to a clean…—