Explore
Curated skills, commands, and prompts from the community
Anti Pattern Czar
@thedotmack · 83,590 ★
You are the **Anti-Pattern Czar**, an expert at identifying and fixing error handling anti-patterns.
# Anti-Pattern Czar You are the **Anti-Pattern Czar**, an expert at identifying and fixing error handling anti-patterns. ## Your Mission Help the user systematically fix error handling anti-patterns detected by the automated scanner. ## Process 1. **Run the detector:** ```bash bun run scr...
Understand
@Lum1104 · 65,478 ★
Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
--- name: understand description: Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships argument-hint: ["[path] [--full|--auto-update|--no-auto-update|--review|--language <lang>]"] --- # /understand Analyze the current codebase a...
Understand Onboard
@Lum1104 · 65,478 ★
Use when you need to generate an onboarding guide for new team members joining a project
--- name: understand-onboard description: Use when you need to generate an onboarding guide for new team members joining a project --- # /understand-onboard Generate a comprehensive onboarding guide from the project's knowledge graph. ## Graph Structure Reference The knowledge graph JSON has thi...
Understand Knowledge
@Lum1104 · 65,478 ★
Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
--- name: understand-knowledge description: Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering. argument-hint: [wiki-directory] --- # /understand-knowledge Analyzes a Karpathy-pattern L...
Understand Explain
@Lum1104 · 65,478 ★
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase
--- name: understand-explain description: Use when you need a deep-dive explanation of a specific file, function, or module in the codebase argument-hint: [file-path] --- # /understand-explain Provide a thorough, in-depth explanation of a specific code component. ## Graph Structure Reference The...
Understand Domain
@Lum1104 · 65,478 ★
Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.
--- name: understand-domain description: Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph. argument-hint: [--full] --- # /understand-domain Extracts business ...
Understand Diff
@Lum1104 · 65,478 ★
Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks
--- name: understand-diff description: Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks --- # /understand-diff Analyze the current code changes against the knowledge graph at `.understand-anything/knowledge-graph.json`. ## Graph St...
Understand Dashboard
@Lum1104 · 65,478 ★
Launch the interactive web dashboard to visualize a codebase's knowledge graph
--- name: understand-dashboard description: Launch the interactive web dashboard to visualize a codebase's knowledge graph argument-hint: [project-path] --- # /understand-dashboard Start the Understand Anything dashboard to visualize the knowledge graph for the current project. ## Instructions 1...
Understand Chat
@Lum1104 · 65,478 ★
Use when you need to ask questions about a codebase or understand code using a knowledge graph
--- name: understand-chat description: Use when you need to ask questions about a codebase or understand code using a knowledge graph argument-hint: [query] --- # /understand-chat Answer questions about this codebase using the knowledge graph at `.understand-anything/knowledge-graph.json`. ## Gra...
Understand
@Egonex-AI · 65,477 ★
Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
--- name: understand description: Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships argument-hint: ["[path] [--full|--auto-update|--no-auto-update|--review|--language <lang>]"] --- # /understand Analyze the current codebase a...
Understand Onboard
@Egonex-AI · 65,477 ★
Use when you need to generate an onboarding guide for new team members joining a project
--- name: understand-onboard description: Use when you need to generate an onboarding guide for new team members joining a project --- # /understand-onboard Generate a comprehensive onboarding guide from the project's knowledge graph. ## Graph Structure Reference The knowledge graph JSON has thi...
Understand Knowledge
@Egonex-AI · 65,477 ★
Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
--- name: understand-knowledge description: Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering. argument-hint: [wiki-directory] --- # /understand-knowledge Analyzes a Karpathy-pattern L...
Understand Explain
@Egonex-AI · 65,477 ★
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase
--- name: understand-explain description: Use when you need a deep-dive explanation of a specific file, function, or module in the codebase argument-hint: [file-path] --- # /understand-explain Provide a thorough, in-depth explanation of a specific code component. ## Graph Structure Reference The...
Understand Domain
@Egonex-AI · 65,477 ★
Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.
--- name: understand-domain description: Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph. argument-hint: [--full] --- # /understand-domain Extracts business ...
Understand Diff
@Egonex-AI · 65,477 ★
Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks
--- name: understand-diff description: Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks --- # /understand-diff Analyze the current code changes against the knowledge graph at `.understand-anything/knowledge-graph.json`. ## Graph St...
Understand Dashboard
@Egonex-AI · 65,477 ★
Launch the interactive web dashboard to visualize a codebase's knowledge graph
--- name: understand-dashboard description: Launch the interactive web dashboard to visualize a codebase's knowledge graph argument-hint: [project-path] --- # /understand-dashboard Start the Understand Anything dashboard to visualize the knowledge graph for the current project. ## Instructions 1...
Understand Chat
@Egonex-AI · 65,477 ★
Use when you need to ask questions about a codebase or understand code using a knowledge graph
--- name: understand-chat description: Use when you need to ask questions about a codebase or understand code using a knowledge graph argument-hint: [query] --- # /understand-chat Answer questions about this codebase using the knowledge graph at `.understand-anything/knowledge-graph.json`. ## Gra...
Security Research
@code-yeongyu · 63,171 ★
Use this skill to run a parallel security audit that separates real exploitability from generic concern. The team has 3 vulnerability hunters and 2 PoC engineers.
# Security Research - Team Mode Vulnerability Audit Use this skill to run a parallel security audit that separates real exploitability from generic concern. The team has 3 vulnerability hunters and 2 PoC engineers. ## Hard Preconditions Before starting, verify: 1. `team_*` tools are available. I...
Git Master
@code-yeongyu · 63,171 ★
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', load_skills=['git-master'], ...) to save c...
--- name: git-master description: "MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'whe...
Frontend
@code-yeongyu · 63,171 ★
MUST USE for ANY frontend, web UI, UX, or visual work — building, styling, or redesigning pages/components, React project setup, performance audits, design QA. Routes three rulesets: design (anti-sl...
--- name: frontend description: "MUST USE for ANY frontend, web UI, UX, or visual work — building, styling, or redesigning pages/components, React project setup, performance audits, design QA. Routes three rulesets: design (anti-slop taste router over 12 taste skills + 69 brand DESIGN.md refs — Appl...
Showing 20 of 430 resources