
cygnusfear/claude-stuff
41 skills192 installs205 starsGitHub
Install
npx skills add https://github.com/cygnusfear/claude-stuffSkills in this repo
1Architectural AnalysisPerforms a comprehensive architectural audit focused on structural issues, dead code, duplication, and systemic problems. A developer uses it to map codebase structure, identify entry points, and assess overall codebase health.7installs2BrainstormingGuides turning an idea into a design or spec through natural dialogue, asking one question at a time and presenting the design in small reviewable sections. A developer uses it before extended creative work like building features or modifying behavior.7installs3Design Spec ExtractionThis skill turns visual sources like Figma exports or UI screenshots into structured, W3C DTCG-compliant JSON design specifications with component trees. A developer uses it for design-to-code generation and developer handoff.7installs4File Name Wizardfile-name-wizard is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.7installs5Create PlanProduces a comprehensive implementation plan in the .plans/ directory that meets strict quality standards and provides complete implementation guidance. A developer uses it to plan a feature, refactor, or fix after extracting the original task requirements.6installs6Update DocsThis skill updates all project documentation to match the current codebase, first consulting the Oracle to understand what must be preserved. A developer uses it to refresh docs and keep them accurate with code.6installs7Video ExplorerThis skill lets Claude understand video by extracting frames hierarchically, first a wide overview then denser zoom on interesting regions. A developer uses it to watch, review, or analyze video content.6installs84 Step ProgramCoordinates delegated agents through a fix, review, and iterate loop, enforcing quality before work is presented. A developer uses it when delegating any code-changing task, requiring every review to be posted to GitHub as a PR comment.5installs9AuditConducts a file-by-file codebase audit that combines automated compiler diagnostics with manual review to surface quality issues and technical debt. A developer uses it to check code quality and produce a structured audit report.5installs10Check PlanAudits progress against a plan file, using git status to verify what's done and validate quality of completed work. A developer uses it to check plan status, confirm implementation, and see what remains.5installs11CtxBuilds comprehensive understanding of a repository by first searching Total Recall memory for prior context, then exploring project state. A developer uses it when starting a session, returning after time away, or before significant changes.5installs12Finishing A Development Branchfinishing-a-development-branch is a Claude Code skill in the AI & Agent Building category.5installs13The OracleThe Oracle runs a dedicated agent that investigates across the codebase and the web, then synthesizes findings into actionable answers. A developer uses it for architectural analysis, refactoring plans, debugging mysteries, and code reviews.5installs14Using Git Worktreesusing-git-worktrees is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.5installs15Using SuperpowersThis skill provides guidelines for using skills effectively, loading them for complex multi-step tasks and skipping them for trivial work. A developer uses it to decide when a skill-based workflow is worth invoking.5installs16Verification Before Completionverification-before-completion is a Claude Code skill in the AI & Agent Building category.5installs17Writing Clearly And ConciselyThis skill applies William Strunk's classic writing rules to make prose clearer and more concise. A developer uses it when writing or editing documentation, commit messages, error messages, or UI copy.5installs18Axiom AuditSystematically audits Axiom logs via axiom-mcp to identify, prioritize, and research errors and warnings. A developer uses it, only when the repo uses Axiom logging, to investigate production errors and audit logging patterns.4installs19BlitzOrchestrates parallel sprints where independent agents work isolated git worktrees on separate GitHub issues, self-review to 10/10, then merge PRs sequentially. A developer uses it to tackle 3+ independent issues concurrently from triage through merge.4installs20Chrome DevtoolsDrives Chrome through chrome-devtools-mcp with optimized single-command patterns for automation, screenshots, JS evaluation, and network inspection. A developer uses it to automate Chrome, debug web pages, or test websites.4installs21Comprehensive Code ReviewRuns an extremely critical multi-pass code review that identifies runtime failures, consistency issues, architectural problems, and compatibility risks. A developer uses it to review PRs and post structured, consensus-capable feedback to GitHub before merge.4installs22Create Mcp SkillGuides building a skill around an MCP server, covering directory setup, tool discovery, and performance best practices from the MCP CLI guide. A developer uses it to create a skill for a new MCP server or add MCP functionality to a skill.4installs23Create PrCreates a pull request for the current branch and enforces linking related issues with closing keywords. A developer uses it to open PRs that auto-close their issues on merge and reference all related issues.4installs24Create SkillProvides guidance for authoring effective skills as modular packages of specialized workflows, tool integrations, and domain expertise. A developer uses it to create a new skill or update an existing one with bundled scripts and references.4installs25Create SubagentGuides creating and configuring Claude Code subagents with their own context, purpose, tools, and system prompts. A developer uses it to build specialized assistants and delegate tasks via file-based agents or the Task tool.4installs26DelphiDelphi runs several oracle sub-agents simultaneously on the same question so each explores independently and surfaces divergent clues. A developer uses it for complex debugging, architectural decisions, or research where a single investigation would miss paths.4installs27Dispatching Parallel Agentsdispatching-parallel-agents is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.4installs28Executing Plansexecuting-plans is a Claude Code skill for productivity & planning. It helps solo builders move faster with AI-assisted development.4installs29Gh TicketThis skill drafts comprehensive GitHub issues, feature requests, and bug reports that preserve all available context at creation time. A developer uses it when opening or updating tickets to avoid losing detail before implementation.4installs30Obsidian Plan WikiThis skill builds and maintains behavior-specification wikis using the Obsidian format to document features and specs. A developer uses it when writing specs or feature documentation in an Obsidian vault.4installs31Obsidian UpgradeThis skill upgrades existing Obsidian wikis to the current format, migrating phases/tasks to features/specs and adding emoji comment prefixes. A developer uses it when an old-format wiki needs to be brought up to date.4installs32Receiving Code Reviewreceiving-code-review is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.4installs33Requesting Code Reviewrequesting-code-review is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.4installs34Review ChangesThis skill performs a code review of the current git diff, comparing it to a related plan when one exists to catch over-engineering and poor implementation. A developer uses it to validate implementation quality before shipping.4installs35Subagent Driven DevelopmentThis skill runs implementation plans by spawning a fresh subagent for each independent task and applying a two-stage review, spec compliance then code quality, after every task. A developer uses it to execute multi-task plans with high quality and fast iteration.4installs36Superpower ZustandThis skill mandates a type-safe StoreBuilder pattern for all Zustand stores, separating state from actions and integrating immer middleware. A developer uses it whenever creating Zustand state stores to keep patterns consistent.4installs37Systematic Debuggingsystematic-debugging is a Claude Code skill for debugging. It helps solo builders move faster with AI-assisted development.4installs38Test Driven Developmenttest-driven-development is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.4installs39The ArchivistThe Archivist captures the rationale behind engineering decisions into Architecture Decision Records so the why survives future changes. A developer uses it when selecting technologies, designing architectures, or making trade-offs.4installs40Writing Planswriting-plans is a Claude Code skill for productivity & planning. It helps solo builders move faster with AI-assisted development.4installs41Writing Skillswriting-skills is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.4installs