Cygnusfear

Cygnusfear

@Cygnusfear

GitHub
38 Skills
0 Total Stars
February 2026 Joined

Public Skills

delphi

by Cygnusfear

This skill should be used when the user asks to "use delphi", "ask delphi", or wants multiple parallel oracle investigations of the same question to discover divergent insights. Delphi delegates to multiple oracle workers simultaneously with identical prompts, allowing them to independently explore and potentially discover different paths, clues, and solutions. Results are saved as tickets tagged research,delphi and synthesized into an epic ticket.

Academic 0 3mo ago

create-pr

by Cygnusfear

Create a PR for this branch. ALWAYS links related issues and uses closing keywords to auto-close them on merge.

Code Gen 0 3mo ago

brainstorming

by Cygnusfear

"You MUST use this, UNLESS the human says otherwise, before any EXTENDED creative work (not simple execution) - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."

Code Gen 0 3mo ago

create-worker

by Cygnusfear

This skill should be used when creating custom agents for Claude Code, configuring specialized AI assistants, or when the user asks about agent creation, agent configuration, or delegating tasks to workers. Covers both file-based agents and teams delegation.

Agents 0 3mo ago

4-step-program

by Cygnusfear

Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes. Ensures agents achieve 10/10 quality before presenting to human.

Agents 0 3mo ago

using-superpowers

by Cygnusfear

Guidelines for using skills effectively - load relevant skills before complex tasks, not every message

Automation 0 3mo ago

create-skill

by Cygnusfear

This skill should be used when users want to create a new skill (or update an existing skill) that extends your capabilities with specialized knowledge, workflows, or tool integrations.

CLI Tools 0 3mo ago

the-oracle

by Cygnusfear

This skill should be used when the user asks to "use the oracle" or "ask the oracle" for deep research, analysis, or architectural questions. The oracle excels at multi-source research combining codebase exploration and web searches, then synthesizing findings into actionable answers. Use for complex questions requiring investigation across multiple sources, architectural analysis, refactoring plans, debugging mysteries, and code reviews.

Academic 0 3mo ago

chrome-devtools

by Cygnusfear

Control Chrome browser programmatically using chrome-devtools-mcp. Use when user asks to automate Chrome, debug web pages, take screenshots, evaluate JavaScript, inspect network requests, or interact with browser DevTools. Also use when asked about browser automation, web scraping, or testing websites.

API Dev 0 3mo ago

superpower-zustand

by Cygnusfear

MANDATORY for creating Zustand stores. This skill is required when users request state management, creating stores, or mention Zustand. Do NOT create Zustand stores without this skill - all stores must use the required StoreBuilder pattern with immer middleware and factory pattern separation

Code Gen 0 3mo ago

design-spec-extraction

by Cygnusfear

Use when extracting design specifications from visual sources including Figma exports, UI mockups, screenshots, or live website captures. Produces W3C DTCG-compliant JSON with component trees for code generation and developer handoff.

Processing 0 3mo ago

ticket

by Cygnusfear

Use when a skill needs to persist output as a standardized artifact — research findings, plans, postmortems, reviews, design specs, decisions. Replaces bespoke output directories with a single canonical tk ticket system.

Academic 0 3mo ago

writing-clearly-and-concisely

by Cygnusfear

Use when writing any prose humans will read — documentation, commit messages, error messages, explanations, reports, or UI text. Applies Strunk's timeless rules to make writing clearer, stronger, and more professional.

Linting 0 3mo ago

create-mcp-skill

by Cygnusfear

Create a new skill that uses an MCP server, following best practices from the MCP CLI guide. Use when user wants to create a skill for a new MCP server or integrate MCP functionality into a skill.

CLI Tools 0 3mo ago

obsidian-plan-wiki

by Cygnusfear

Create and manage behavior specification wikis in Obsidian format. Use when creating specs, documenting features, or when user mentions "wiki", "spec", "feature", or "Obsidian".

Git & VCS 0 3mo ago

blitz

by Cygnusfear

This skill should be used when parallelizing multi-issue sprints using git worktrees and parallel agents. Use when tackling multiple GitHub issues simultaneously, when the user mentions "blitz", "parallel sprint", "worktree workflow", or when handling 3+ independent issues that could be worked on concurrently. Orchestrates the full workflow from issue triage through parallel agent delegation to sequential merge.

Agents 0 3mo ago

writing-skills

by Cygnusfear

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Agents 0 3mo ago

update-docs

by Cygnusfear

Update all documentation in docs and AGENTS.md files to match current codebase state. Use when user asks to update docs, refresh documentation, sync docs with code, or validate documentation accuracy.

Code Review 0 3mo ago

video-explorer

by Cygnusfear

This skill should be used when analyzing video files. You cannot process video directly, so this skill extracts frames hierarchically - starting with a quick overview, then zooming into regions of interest with higher resolution and temporal density. Use when asked to watch, analyze, review, or understand video content.

Animation 0 3mo ago

writing-plans

by Cygnusfear

Use when you have a spec or requirements for a multi-step task, before touching code

Automation 0 3mo ago

domain-first-architecture-delphi

by Cygnusfear

Use when architecture feels component-based but ownership is split across technical buckets (tables/init/debug), causing god files, duplicate paths, and hidden dependency flow.

Code Gen 0 3mo ago

code-review

by Cygnusfear

This skill should be used when reviewing pull requests, performing comprehensive code review, analyzing code changes before merge, or when the user asks for thorough/ultra-critical code review. Performs EXTREMELY CRITICAL 6-pass analysis identifying runtime failures, code consistency issues, architectural problems, environment compatibility risks, and verification strategies. Posts structured review as GitHub PR comment. Use when user asks to "review PR", "review this code", "review changes", "check this PR", "analyze PR", "post review", or for Phase 3 of devflow. Supports parallel review mode with multiplier (code-review-3, code-review 6X) for consensus-based reviews. This is an ultra-critical reviewer that does not let things slip and desires only perfection.

Code Review 0 3mo ago

file-name-wizard

by Cygnusfear

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 naming inconsistencies, or validate file naming patterns.

Code Review 0 3mo ago

architectural-analysis

by Cygnusfear

Deep architectural audit focused on finding dead code, duplicated functionality, architectural anti-patterns, type confusion, and code smells. Use when user asks for architectural analysis, find dead code, identify duplication, or assess codebase health.

Code Review 0 3mo ago

review-changes

by Cygnusfear

Code review of current git changes, compare to related plan if exists, identify bad engineering, over-engineering, or suboptimal solutions. Use when user asks to review changes, check git diff, validate implementation quality, or assess code changes.

Code Review 0 3mo ago

requesting-code-review

by Cygnusfear

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

Automation 0 3mo ago

the-archivist

by Cygnusfear

This skill should be used when engineering decisions are being made during code implementation. The Archivist enforces decision documentation as a standard practice, ensuring every engineering choice includes rationale and integrates with Architecture Decision Records (ADRs). Use when writing code that involves choosing between alternatives, selecting technologies, designing architectures, or making trade-offs.

Code Gen 0 3mo ago

systematic-debugging

by Cygnusfear

ONLY USE THIS SKILL UPON USER/HOOMAN REQUEST TO USE EXACTLY THIS SKILL, ONLY RUN ON HOOMAN [OK]. Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

Code Gen 0 3mo ago

check-plan

by Cygnusfear

Audit implementation progress against a plan ticket, verify completed work, identify remaining tasks, and validate quality. Use when user asks to check plan status, verify implementation, see what's left to do, or validate plan completion.

Code Review 0 3mo ago

obsidian-upgrade

by Cygnusfear

Upgrade Obsidian wikis to latest format. Handles structure migration (phases/tasks → features/specs), comment format upgrades (adding emoji prefixes), and Johnny Decimal feature organization. Use when user mentions "upgrade wiki", "migrate wiki", "update wiki format", or has old-format comments.

Code Review 0 3mo ago

finishing-a-development-branch

by Cygnusfear

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

Code Review 0 3mo ago

dispatching-parallel-agents

by Cygnusfear

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

Agents 0 3mo ago

receiving-code-review

by Cygnusfear

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

Code Review 0 3mo ago

ctx

by Cygnusfear

Use when starting a session on a project, returning after time away, or before making significant changes. Essential for building comprehensive understanding of project state through total recall and deep exploration.

Code Review 0 3mo ago

executing-plans

by Cygnusfear

Use when you have a written implementation plan to execute in a separate session with review checkpoints

Analytics 0 3mo ago

using-git-worktrees

by Cygnusfear

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

Code Gen 0 3mo ago

teams-driven-development

by Cygnusfear

Use when executing implementation plans with independent tasks in the current session

Automation 0 3mo ago

create-plan

by Cygnusfear

Create comprehensive implementation plan as a ticket based on analysis or report. Use when user asks to create a plan, plan implementation, design a solution, or structure work for a feature/refactor/fix.

Code Gen 0 3mo ago