Browse Skills

6422 skills found

anki.md
0
1 export anki
2 shren207 from "shren207/awesome-anki"
3 Anki 카드 분할 스킬. 정보 밀도 높은 Anki 카드를 원자적 단위로 분할.사용 시점: (1) 사용자가 /anki 명령 실행, (2) Anki 카드 분할/분석 요청,(3) AnkiConnect 연결 상태 확인 요청
2026-01-05
build-and-deploy.md
0
1 export build-and-deploy
2 Eng0AI from "Eng0AI/vite-react-template"
3 Build and deploy this React + Vite application. Use when building, deploying, or preparing the project for production.
2026-01-05
documentation-best-practices.md
0
1 export documentation-best-practices
2 andy-fawcett from "andy-fawcett/mtg-agent"
3 This skill should be used when creating or updating implementation documentation, task breakdowns, verification steps, or phase planning documents. It provides standards and templates for consistent, professional documentation throughout the MTG Agent project.
2026-01-05
adr-registry.md
0
1 export adr-registry
2 alldigitalrewards from "alldigitalrewards/claude-plugins"
3 Understand ADR repository structure, CI/CD patterns, service tiers, and language distribution. Use when discussing new services, architecture decisions, CI/CD setup, repo modernization, or codebase patterns.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 krishagel from "krishagel/geoffrey"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
frontend-security.md
0
1 export frontend-security
2 schalkneethling from "schalkneethling/webdev-agent-skills"
3 Audit frontend codebases for security vulnerabilities and bad practices. Use when performing security reviews, auditing code for XSS/CSRF/DOM vulnerabilities, checking Content Security Policy configurations, validating input handling, reviewing file upload security, or examining Node.js/NPM dependencies. Target frameworks include web platform (vanilla HTML/CSS/JS), React, Astro, Twig templates, Node.js, and Bun. Based on OWASP security guidelines.
2026-01-05
skill-factory.md
0
1 export skill-factory
2 zenbase-ai from "zenbase-ai/code-voyager"
3 Self-improving skill library for programming workflows. Mines transcripts and patternsto propose and scaffold new skills. Use when you hear:- "turn this workflow into a skill"- "make a skill for our PR review process"- "generate a new skill"- "automate this repeated process"- "create a skill for X"- "what skills could I create?"- "propose some skills"
2026-01-05
commit.md
0
1 export commit
2 NB993 from "NB993/olhaeolhae"
3 Git 커밋 메시지 작성 지침. 테스트 통과 후에만 커밋. git reset --hard 절대 금지.
2026-01-05
prompt-enhancer.md
0
1 export prompt-enhancer
2 xrf-9527 from "xrf-9527/prompt-enhancer"
3 Enhance and refine prompts for AI coding agents using Chain-of-Thought reasoning. Use when user asks to improve, optimize, rewrite, or enhance a prompt. Transforms vague requests into structured, high-context instructions for Codex, Claude Code, or Gemini CLI.
2026-01-05
persona.md
0
1 export persona
2 JacbK from "JacbK/jacob-kieser-portfolio"
3 AI assistant framework for building unique, authentic portfolio websites from scratch. Guides agents through research, design, and implementation phases.
2026-01-05
ripgrep-search.md
0
1 export ripgrep-search
2 wizact from "wizact/dotclaude"
3 Ultra-fast text search using ripgrep (rg) with advanced regex, multiline, and filtering capabilities
2026-01-05
change-contract-generator.md
0
1 export change-contract-generator
2 richhaase from "richhaase/skillz"
3 Conducts structured interviews to produce Change Contracts - definitions of done expressed in terms of behavior, constraints, operability, and acceptance criteria. Use when externalizing intent for work to be delegated to AI agents, when defining requirements without implementation details, or when asked to create a change contract.
2026-01-05
pr-review.md
0
1 export pr-review
2 benthomasson from "benthomasson/claude-skills"
3 Review GitHub pull requests
2026-01-05
mcp2cli.md
0
1 export mcp2cli
2 nicobailon from "nicobailon/mcp2cli-plugin"
3 Convert MCP servers into standalone Bash-invokable scripts. Use when user wants to make an MCP server usable as bash commands, convert MCP to CLI, or wrap MCP tools for agent use.
2026-01-05
debugging-react-native.md
0
1 export debugging-react-native
2 mikekelly from "mikekelly/debugging-react-native"
3 Use PROACTIVELY when debugging React Native apps. Reads console logs and executes JavaScript in running apps via Metro bundler. Invoke for: app crashes, state inspection, API debugging, error investigation, or running diagnostic code. Requires Metro running (port 8081).
2026-01-05
mermaid-export.md
0
1 export mermaid-export
2 sparkling from "sparkling/claude-config"
3 Export Mermaid diagrams from documents to PNG images. MUST be run immediately after creating or editing any Mermaid diagram, BEFORE committing. Processes .md, .html, .mdx, .rst, .adoc files.
2026-01-05
github-actions-workflow.md
0
1 export github-actions-workflow
2 ehtbanton from "ehtbanton/ClaudeSkillsRepo"
3 Generate GitHub Actions workflow YAML files for CI/CD pipelines including testing, building, and deployment automation. Triggers on "create GitHub Actions workflow", "generate CI/CD pipeline", "GitHub workflow for", "actions yaml for".
2026-01-05
reverse-proxy.md
0
1 export reverse-proxy
2 lakowske from "lakowske/network-admin"
3 Manage incoming internet traffic and reverse proxy configuration on the home network gateway. Configure Caddy, OAuth2 authentication, fail2ban security, and traffic routing.
2026-01-05
plan-feature.md
0
1 export plan-feature
2 stevenraines from "stevenraines/underkingdom-godot-cc"
3 Plan a new feature by creating a feature plan document. Use when the user says "Plan a new feature:" followed by a description. Creates a branch from main and writes a detailed plan to plans/features/.
2026-01-05
telegram-mini-apps-sdk.md
0
1 export telegram-mini-apps-sdk
2 Kaiukov from "Kaiukov/budgetbot_tg_mini_app"
3 Comprehensive manual for Telegram Mini Apps SDK. Use when developers need guidance on creating web applications inside Telegram, working with WebApp API, managing user data, handling authentication via initData, implementing buttons and events, working with storage, and integrating with Telegram ecosystem features.
2026-01-05
vue-development.md
0
1 export vue-development
2 SSiertsema from "SSiertsema/my-pokemon-tcg-collection"
3 Vue 3 and Nuxt 3 development with TDD workflow, QA gates, and E2E test generation. Enforces unit testing before implementation, generates Playwright E2E tests from Gherkin acceptance criteria, and produces JSON reports.
2026-01-05
skill-name.md
0
1 export skill-name
2 Wogi-Git from "Wogi-Git/wogi-flow"
3 {{SHORT_DESCRIPTION}}
2026-01-05
screen-spec-guide.md
0
1 export screen-spec-guide
2 yuya296 from "yuya296/QuickType"
3 画面ID(SAPP-CTG-030 など)から仕様・ワイヤーフレーム・Figma ノードを特定し、関連ドキュメントや画面遷移を横断して確認したいときに使います。docs/2-requirements/24-画面一覧.csv・23-画面設計.md・assets/*.svg・figma・docs/3-external/31-画面遷移図.md を参照して要件を整理する用途を想定しています。
2026-01-05
jekyll-blog-post.md
0
1 export jekyll-blog-post
2 alxsbn from "alxsbn/notes"
3 Create and format blog posts for 11h.dev following Jekyll conventions and existing patterns
2026-01-05