
cygnusfear/agent-skills
42 skills2.3k installsGitHub
Install
npx skills add https://github.com/cygnusfear/agent-skillsSkills in this repo
1File Name WizardThe file-name-wizard skill is designed for audit all filename and naming conventions in the codebase against AGENTS.md standards and common patterns. Use when user asks to check naming conventions, audit filenames, find. Filename & Naming Convention Audit Instructions Perform systematic audit of all filenames and naming conventions in the codebase to identify inconsistencies, anti-patterns, and violations of naming standards. Are there naming conventions violations inside (class names, etc.)? Invoke when the user user asks to check naming conventions, audit filenames, find naming inconsistencies, or validate file naming patterns.1.2kinstalls2Architectural Analysisarchitectural-analysis performs a comprehensive architectural audit of a codebase, mapping directory structure and file-type inventory before surfacing dead code, duplication, and systemic quality problems. It runs in phases starting with discovery and planning. A solo builder reaches for it to assess maintainability and prepare a project for a clean refactor.34installs3Video ExplorerA Claude Code skill that explores video content so the agent can extract, navigate, and summarize what a video contains. A solo builder reaches for it to research or digest footage without manually watching everything, turning long videos into information they can act on quickly.34installs4Review ChangesReview-changes is a Claude Code skill that inspects the current diff or working-tree changes for correctness, quality, and potential regressions before they get committed or merged. A solo builder reaches for it as a self-review gate to catch mistakes while there is still no reviewer around.33installs5Design Spec ExtractionDesign-spec-extraction is a Claude Code skill that pulls design specifications out of visual sources - Figma exports, UI mockups, screenshots, or live website captures - and outputs W3C DTCG-compliant JSON with component trees. A solo builder uses it to turn designs into structured tokens and component data ready for code generation and developer handoff.32installs6Obsidian Plan WikiObsidian-plan-wiki is a Claude Code skill that builds a structured, Obsidian-compatible markdown wiki splitting system documentation into specifications and plans, and lets an agent selectively load only the parts it needs. A solo builder uses it to keep the what and the how of an agent system organized and navigable via numeric Johnny-Decimal style lookups.31installs7Update DocsA Claude Code skill that updates project documentation to match recent code changes, keeping READMEs and guides accurate. A solo builder reaches for it after making changes so their docs stay current without a manual sweep, avoiding the drift that makes documentation untrustworthy over time.31installs8DelphiDelphi is a Claude Code skill that runs multiple parallel oracle investigations of the same question to surface divergent insights. A solo builder invokes it when they want independent explorations of a hard question; results are saved as research-tagged tickets and synthesized into a single epic ticket.29installs9Create WorkerCreate-worker is a Claude Code skill for building custom agents and delegating work to them. A solo builder uses it to configure specialized AI assistants - either file-based agents or teams delegation - so tasks can be handed off to purpose-built workers.28installs10Systematic DebuggingSystematic-debugging is a Claude Code skill that enforces a methodical debugging process - reproducing the problem, isolating it, forming a hypothesis, and only then fixing - whenever a bug, test failure, or unexpected behavior appears. A solo builder reaches for it to avoid guess-and-check fixes and get to real root causes.28installs11Writing Clearly And ConciselyA Claude Code skill that edits prose to be clearer and more concise, cutting filler while preserving meaning. A solo builder reaches for it when writing docs, READMEs, changelogs, or messages and wants the text tightened so it reads cleanly and communicates fast instead of rambling.28installs12BlitzBlitz is a Claude Code skill that parallelizes multi-issue sprints using git worktrees and parallel agents. A solo builder reaches for it when they have three or more independent tasks that could be worked on at the same time, and it handles the whole flow from issue triage through delegating each to its own agent to a safe sequential merge.27installs13BrainstormingBrainstorming is a Claude Code skill that runs a structured exploration of user intent, requirements and design before implementation begins. A solo builder invokes it at the start of any feature, component, or behavior change to avoid coding the wrong thing, surfacing requirements and design options first.27installs14Code ReviewCode-review is a Claude Code skill that performs an extremely critical six-pass review of pull requests, catching runtime failures, consistency issues, architectural problems, and environment-compatibility risks. A solo builder uses it before merging to get a thorough, structured review posted straight to their GitHub PR, Forgejo MR, or tk ticket.27installs15Create PlanCreate-plan is a Claude Code skill that converts analysis or a report into a comprehensive implementation plan stored as a ticket. A solo builder uses it to structure the work for a feature, refactor, or fix before starting, giving agents a clear plan to execute against.27installs16Create SkillCreate-skill is a Claude Code meta-skill for authoring new skills or updating existing ones. A solo builder reaches for it to package specialized knowledge, a repeatable workflow, or a tool integration into a skill that extends what their agent can do reliably.27installs17The OracleThe-oracle is a Claude Code skill that delegates a problem to a dedicated oracle worker for independent analysis, deliberately withholding your own hypotheses so it discovers fresh insights rather than echoing your assumptions. A solo builder reaches for it when stuck on a hard bug or decision and needs an unbiased second opinion.27installs18TicketA Claude Code skill that turns an informal request into a structured, well-scoped ticket with clear acceptance criteria. A solo builder reaches for it when they want to capture and organize work items consistently instead of losing context in scattered notes, so tasks stay trackable and easy to pick back up.27installs194 Step ProgramThe 4-step-program is a coordinator workflow for orchestrating agents on a delegate-then-review loop: you delegate implementation and enforce iteration until quality is met. It mandates that every review be posted to the active platform (GitHub PR comments, Forgejo API, or local tickets), detecting the platform automatically. A solo builder reaches for it to keep human oversight over agent-generated code before merge.26installs20Check PlanCheck-plan is a Claude Code skill that audits implementation progress against a plan ticket. A solo builder uses it mid-project to verify what has been completed, identify what is left to do, and validate that finished work meets quality expectations before declaring the plan done.26installs21Chrome DevtoolsChrome-devtools is a Claude Code skill that controls Chrome programmatically through the chrome-devtools-mcp server. A solo builder reaches for it to automate the browser, debug web pages, capture screenshots, run JavaScript in the page, or inspect network traffic during web scraping and site testing.26installs22Create Mcp SkillCreate-mcp-skill is a Claude Code skill that helps you author a new skill wrapping an MCP server, following the best practices in the MCP CLI guide. A solo builder reaches for it when they want to turn a new MCP server into a reusable, well-structured skill or add MCP functionality to an existing one.26installs23Create PrCreate-pr is a Claude Code skill for when work on a branch is finished and ready to merge. It opens a pull or merge request that links the related issues and uses closing keywords so they auto-close on merge, and for local tk workflows it prepares the branch for a local merge instead.26installs24Superpower ZustandSuperpower-zustand is a Claude Code skill that guides building React state management with Zustand, covering store structure, selectors, and slice patterns. A solo builder reaches for it when adding or refactoring client-side state in a React or Next.js app and wants idiomatic Zustand rather than ad-hoc stores.26installs25Teams Driven DevelopmentTeams-driven-development is a Claude Code skill that executes an implementation plan by delegating a fresh worker to each independent task and gating every result through a two-stage review of spec compliance then code quality. A solo builder reaches for it when they have a mapped-out plan of independent tasks and want fast, reviewed iteration inside one session.26installs26Using SuperpowersA Claude Code meta-skill that teaches the agent how to find and apply the broader superpowers skill library, orchestrating composable workflows. A solo builder reaches for it to get the agent to consistently pull in the right specialized skill for each task instead of improvising, making agent behavior more reliable and repeatable.26installs27Writing PlansA Claude Code skill that turns a spec or requirements into a structured, step-by-step implementation plan with checkpoints. A solo builder reaches for it before starting a multi-step task so the work is broken down and reviewable up front, reducing wasted effort and mid-build surprises.26installs28CtxCtx is a Claude Code skill that builds a comprehensive understanding of a project's state through total recall and deep exploration. A solo builder invokes it when starting a session, returning after time away, or before a significant change, so the agent is fully oriented before touching code.25installs29Executing PlansExecuting-plans is a Claude Code agent skill that takes a written implementation plan and works through it in a separate session, pausing at review checkpoints between steps. A solo builder reaches for it when a task is too large to eyeball and needs disciplined, resumable execution instead of ad-hoc coding.25installs30Finishing A Development BranchFinishing-a-development-branch is a Claude Code skill that kicks in when implementation is done and tests are green, offering structured choices to merge, raise a pull request, or clean up the branch. A solo builder uses it to close out feature work cleanly instead of leaving stale branches or half-merged code.25installs31Obsidian UpgradeObsidian-upgrade is a Claude Code skill that audits an existing Obsidian wiki against a canonical formatting specification and brings it up to current standards, dispatching parallel agents to examine different areas. A solo builder reaches for it when legacy or outdated documentation needs a migration or format refresh.25installs32Test Driven DevelopmentTest-driven-development is a Claude Code skill that enforces writing a failing test first, then the code to make it pass, then a refactor, for any feature or bugfix. A solo builder reaches for it to keep coverage high and design tight instead of bolting tests on after the fact.25installs33The ArchivistThe-archivist is a Claude Code skill that preserves institutional knowledge by documenting the reasoning behind significant technical and architectural decisions, including which alternatives were rejected and why. A solo builder uses it so future work does not repeat past mistakes and the why survives alongside the code.25installs34Using Git WorktreesA Claude Code skill that creates and manages git worktrees so multiple branches or agent sessions run in isolated workspaces. A solo builder reaches for it when they want to work on features in parallel without stashing or switching branches, keeping each line of work cleanly separated from the main checkout.25installs35Dispatching Parallel AgentsDispatching-parallel-agents is a Claude Code skill for fanning out two or more independent tasks to separate agents at once. A solo builder reaches for it when tasks share no state and have no sequential dependency, so they can be worked on concurrently instead of one after another.24installs36Receiving Code ReviewReceiving-code-review is a Claude Code skill that helps an agent take code-review feedback and act on it in an orderly way, triaging comments and applying the resulting fixes. A solo builder uses it to close the loop on a review without missing or over-reacting to individual comments.24installs37Requesting Code ReviewRequesting-code-review is a Claude Code skill that helps an agent prepare a change for review, assembling the diff and the context a reviewer needs before asking for feedback. A solo builder uses it to hand off completed work for review cleanly instead of dumping an unexplained diff.24installs38Writing SkillsA Claude Code meta-skill that guides the creation of new agent skills, covering SKILL.md structure, description quality, and verifying the skill actually triggers and runs. A solo builder reaches for it when writing or improving their own skills so the result is well-formed and reliable rather than silently ignored.24installs39Verification Before CompletionA Claude Code skill that makes the agent verify a change actually works, running it and checking behavior before declaring the task complete. A solo builder reaches for it to stop the agent from prematurely claiming success, catching broken or half-finished changes before they get committed or shipped.23installs40Domain First Architecture DelphiDomain-first-architecture-delphi is a Claude Code skill for when a codebase feels component-based but ownership is scattered across technical buckets like tables, init, and debug - producing god files, duplicate paths, and hidden dependency flow. A solo builder uses it to restructure the code around domains so ownership and dependencies become clear.16installs41HammerHammer is a Claude Code skill that spins up a worker-leader architecture to autonomously improve code through repeated implement-review-iterate cycles, stopping only when quality hits 10/10 or ten iterations are exhausted. A solo builder reaches for it when they want an agent to grind a piece of work to a high bar without constant supervision.13installs42Professional Rust ReviewProfessional-rust-review is a Claude Code skill that reviews Rust code to a professional standard, examining idiomatic style, memory safety, ownership, and correctness. A solo builder writing Rust reaches for it before merging or shipping to catch issues a generic review would miss.12installs