Browse Skills

44915 skills found

backlog-scan.md
4
1 export backlog-scan
2 andersnygaard from "andersnygaard/ettsted2"
3 Bulk backlog scanner that analyzes the entire finans codebase vs CLAUDE.md, identifies ALL gaps, and generates a comprehensive, prioritized, numbered task backlog. Uses broad→narrow pattern.
2026-01-05
pdf-to-markdown.md
4
1 export pdf-to-markdown
2 lttr from "lttr/dotfiles"
3 Extract text from scanned PDF documents and convert to clean markdown. Use when user asks to transcribe, extract text, OCR, or convert a PDF (especially scanned documents, historical documents, or image-based PDFs) to markdown format. Outputs markdown file saved next to the original PDF.
2026-01-05
frontend-playwright.md
4
1 export frontend-playwright
2 petbrains from "petbrains/mvp-builder"
3 Visual QA gate for frontend code. ALWAYS use before delivering any UI changes - navigate, screenshot, verify console is error-free. Use for: responsive testing across viewports, form/interaction testing, debugging hydration and render issues. Catches visual bugs before users see them.
2026-01-05
ios-ux-design.md
4
1 export ios-ux-design
2 mosif16 from "mosif16/codex-Skills"
3 Activate this skill when analyzing iOS app UI/UX, evaluating iOS design patterns, proposing iOS interface improvements, or creating iOS implementation specifications. Provides deep expertise in Apple Human Interface Guidelines, SwiftUI patterns, native iOS components, accessibility standards, and iOS-specific interaction paradigms.
2026-01-05
jta.md
4
1 export jta
2 hikanner from "hikanner/agent-skills"
3 Translate JSON i18n files to multiple languages with AI-powered quality optimization. Use when user mentions translating JSON, i18n files, internationalization, locale files, or needs to convert language files to other languages.
2026-01-05
asciinema-cast-format.md
4
1 export asciinema-cast-format
2 terrylica from "terrylica/cc-skills"
3 Reference for asciinema v3 NDJSON format. TRIGGERS - cast format, asciicast spec, event codes, cast header, cast structure, parse cast file. Use when understanding or parsing .cast files.
2026-01-05
claude-skillkit.md
4
1 export claude-skillkit
2 rfxlamia from "rfxlamia/claude-skillkit"
3 Professional skill creation with research-driven workflow and automated validation.USE WHEN: Creating new skills, validating existing skills, deciding between Skills vs Subagents, migrating documents to skills, or running individual validation tools.PRIMARY TRIGGERS: "create skill" = Full creation (12 steps with research + execution planning) "validate skill" = Validation workflow (steps 3-8) "Skills vs Subagents" = Decision workflow (step 0) "convert doc to skill" = Migration workflow "estimate tokens" = Token optimization "security scan" = Security auditWORKFLOW COMPLIANCE: Structured workflows with validation checkpoints. Research phase (Step 1c-1d) ensures skills based on proven approaches.DIFFERENTIATOR: Research-driven creation. Web search (3-5 queries) before building. Multi-proposal generation. 9 automation scripts. Quality 9.0+/10.REUSED: Anthropic's init_skill.py and package_skill.py (production-tested).
2026-01-05
root-cause-analysis.md
4
1 export root-cause-analysis
2 outfitter-dev from "outfitter-dev/agents"
3 Systematic problem investigation through hypothesis formation, evidence gathering, and elimination methodology. Use when diagnosing failures, investigating incidents, finding root causes, or when root-cause, diagnosis, investigate, or --rca are mentioned. Micro-skill loaded by debugging-and-diagnosis, codebase-analysis, and other investigation skills.
2026-01-05
creating-modules.md
4
1 export creating-modules
2 jasonkuhrt from "jasonkuhrt/kit"
3 Creates new modules within existing packages following project conventions. Handles file structure, barrel exports, namespace files, package.json imports/exports, and internal import patterns.
2026-01-05
styling-with-stylex.md
4
1 export styling-with-stylex
2 QingqiShi from "QingqiShi/shiqingqi.com"
3 StyleX styling patterns using design tokens, breakpoints, and custom css prop. Use when working with styles, CSS, design tokens, breakpoints, responsive design, themes, styling components, css prop, stylex.create, or when the user mentions StyleX, tokens.stylex, controlSize, color tokens, or breakpoints.
2026-01-05
chezmoi-workflows.md
4
1 export chezmoi-workflows
2 terrylica from "terrylica/cc-skills"
3 Dotfile backup, sync, and version control with chezmoi. Tracks shell configs (.zshrc, .bashrc, .zshenv), git (.gitconfig), editors (helix, vim, nvim), terminal tools (broot, starship, alacritty, kitty, wezterm), and XDG .config/ files. Operations include track, add, sync, push, pull, backup, restore, status, diff, re-add. Setup for chezmoi init, dotfiles remote, GitHub private repository, cross-machine sync, multi-account SSH. Handles merge conflicts, secret detection, Go templates.
2026-01-05
dast-zap.md
4
1 export dast-zap
2 AgentSecOps from "AgentSecOps/SecOpsAgentKit"
3 Dynamic application security testing (DAST) using OWASP ZAP (Zed Attack Proxy) with passive and active scanning, API testing, and OWASP Top 10 vulnerability detection. Use when: (1) Performing runtime security testing of web applications and APIs, (2) Detecting vulnerabilities like XSS, SQL injection, and authentication flaws in deployed applications, (3) Automating security scans in CI/CD pipelines with Docker containers, (4) Conducting authenticated testing with session management, (5) Generating security reports with OWASP and CWE mappings for compliance.
2026-01-05
rag.md
4
1 export rag
2 rukikotoo from "rukikotoo/AutoRegMonkey"
3 查询计量经济学RAG知识库。当用户输入以"rag:"开头时,LLM会使用Python查询Bruce Hansen计量经济学教材的RAG数据库,返回相关文档内容。
2026-01-05
npm-deploy.md
4
1 export npm-deploy
2 toolkit-ai from "toolkit-ai/magnet-mcp-server"
3 Publish the @magnet-ai/magnet-mcp-server package to NPM with version bumping and git tagging. Use when user says "publish to npm", "npm publish", "deploy to npm", "release to npm", "publish package", "bump version and publish", or "release new version".
2026-01-05
argocd-audit.md
4
1 export argocd-audit
2 huseyindeniz from "huseyindeniz/gitops-lab"
3 Audits ArgoCD Application manifests and raw K8s resources for anti-patterns, security issues, and best practice violations. Use when asked to audit, review, or check ArgoCD/GitOps quality. Generates a comprehensive report under reports/YYYY-MM-DD/argocd-audit.md. (project)
2026-01-05
modify-vue3.md
4
1 export modify-vue3
2 flashlin from "flashlin/Samples"
3 Modify and enhance existing Vue3 projects with TypeScript following best practices. Use when working with Vue3 (.vue) files for: (1) Implementing new features while checking for reusable code in the project, (2) Refactoring duplicated code into shared utilities, (3) Modifying components following Vue3 Composition API and TypeScript best practices, (4) Code review and optimization of Vue3 components. Always prioritize code reusability and adherence to Vue3 standards.
2026-01-05
story-based-framing.md
4
1 export story-based-framing
2 Jamie-BitFlight from "Jamie-BitFlight/claude_skills"
3 This skill should be used when describing patterns or anti-patterns for detection by LLM agents across any domain (code analysis, business processes, security audits, UX design, data quality, medical diagnosis, etc.). Uses narrative storytelling structure ("The Promise" → "The Betrayal" → "The Consequences" → "The Source") to achieve 70% faster pattern identification compared to checklist or formal specification approaches. Triggers when creating pattern descriptions for any systematic analysis, detection tasks, or when delegating pattern-finding to sub-agents.
2026-01-05
notebooklm.md
4
1 export notebooklm
2 delorenj from "delorenj/skills"
3 Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Zero hallucinations, just your knowledge base.
2026-01-05
generate-clients.md
4
1 export generate-clients
2 bymse from "bymse/BymseRead"
3 Generates c# and typescript clients for BymseRead.Service.
2026-01-05
sequential-thinking.md
4
1 export sequential-thinking
2 cuipengfei from "cuipengfei/prompts"
3 顺序思维 - 使用 sequentialthinking MCP 工具进行动态反思性问题求解的指南。
2026-01-05
frontend-lottie.md
4
1 export frontend-lottie
2 petbrains from "petbrains/mvp-builder"
3 Decorative JSON animations for UI feedback and polish. Use for loading spinners, success/error checkmarks, empty state illustrations, animated icons. Just plays and loops - no interactivity. For reactive/stateful animations use Rive instead. Lightweight and SSR-compatible.
2026-01-05
task-expert.md
4
1 export task-expert
2 IndenScale from "IndenScale/Typedown"
3 'Task as Code' management expert. Responsible for maintaining task files in the todos/ directory, ensuring continuous task IDs, clear statuses, and adherence to specifications.
2026-01-05
debugger.md
4
1 export debugger
2 tomeraitz from "tomeraitz/dotclaude-templates"
3 Verify frontend changes by running flows in browser using Playwright MCP. Checks console logs, captures snapshots, and validates user interactions work correctly.
2026-01-05
nano-banana-image-generation.md
4
1 export nano-banana-image-generation
2 The-Focus-AI from "The-Focus-AI/nano-banana-cli"
3 Generate and edit images using Google Gemini image models. Use this skill when the user asks to create, generate, make, or edit images with AI. Supports text-to-image, image editing, style transfer, and multi-image composition. Trigger on requests like "create an image", "generate a picture", "make me a logo", "edit this photo", "add X to this image".
2026-01-05