Browse Skills

44895 skills found

semantic-search.md
8
1 export semantic-search
2 cncorp from "cncorp/arsenal"
3 INVOKE BEFORE writing new code to find existing implementations (DRY). Also for codebase exploration and production data search. Run: docker exec arsenal-semantic-search-cli code-search find 'query'
2026-01-05
worktree-sync.md
8
1 export worktree-sync
2 mvillmow from "mvillmow/ProjectOdyssey"
3 Sync git worktrees with remote and main branch changes. Use to keep long-running feature branches up-to-date.
2026-01-05
direction-setting.md
8
1 export direction-setting
2 cna-bootcamp from "cna-bootcamp/aiguide"
3 킹핀 문제를 발견하고 문제해결 방향성을 Needs Statement로 정의합니다. 핵심 문제를 해결할 때 사용하세요.
2026-01-05
reverse-engineering-firmware.md
8
1 export reverse-engineering-firmware
2 DNYoussef from "DNYoussef/context-cascade"
3 Firmware-focused reverse engineering for embedded/IoT images with extraction, partition analysis, and secure handling.
2026-01-05
worktree-cleanup.md
8
1 export worktree-cleanup
2 mvillmow from "mvillmow/ProjectOdyssey"
3 Remove merged or stale git worktrees. Use after PRs are merged, work is done, or when worktrees are no longer needed.
2026-01-05
sop-code-review.md
8
1 export sop-code-review
2 DNYoussef from "DNYoussef/context-cascade"
3 Standardize code review execution with repeatable steps, evidence requirements, and confidence ceilings.
2026-01-05
content-brief-generator.md
8
1 export content-brief-generator
2 jamesrochabrun from "jamesrochabrun/skills"
3 Generate comprehensive content briefs for writers, ensuring clarity, alignment, and strategic content creation across all formats.
2026-01-05
submit-issue.md
8
1 export submit-issue
2 washanhanzi from "washanhanzi/connectrpc-axum"
3 Handle user questions, feature requests, and bug reports for connectrpc-axum. This skill should be used when users ask questions about the library, request new features, or report bugs. It first attempts to answer using project documentation, verifies bugs with integration tests, and submits GitHub issues when needed.
2026-01-05
github-integration.md
8
1 export github-integration
2 DNYoussef from "DNYoussef/context-cascade"
3 Build reliable GitHub integrations, webhooks, and automation bridges
2026-01-05
anthropic-prompt-engineer.md
8
1 export anthropic-prompt-engineer
2 jamesrochabrun from "jamesrochabrun/skills"
3 Master Anthropic's prompt engineering techniques to generate new prompts or improve existing ones using best practices for Claude AI models.
2026-01-05
notebooklm.md
8
1 export notebooklm
2 leegonzales from "leegonzales/AISkills"
3 Query Google NotebookLM for source-grounded, citation-backed answers from uploaded documents. Reduces hallucinations through Gemini's document-only responses. Browser automation with library management and persistent authentication.
2026-01-05
gh-check-ci-status.md
8
1 export gh-check-ci-status
2 mvillmow from "mvillmow/ProjectOdyssey"
3 Check CI/CD status of a pull request including workflow runs and test results. Use when verifying if PR checks are passing or investigating CI failures.
2026-01-05
security-symfony.md
8
1 export security-symfony
2 TheBeardedBearSAS from "TheBeardedBearSAS/claude-craft"
3 Sicherheit & DSGVO - Atoll Tourisme. Use when reviewing security, implementing auth, or hardening code.
2026-01-05
plan-regenerate-issues.md
8
1 export plan-regenerate-issues
2 mvillmow from "mvillmow/ProjectOdyssey"
3 DEPRECATED: The notes/plan/ directory has been removed. Planning is now done directly through GitHub issues. See gh-read-issue-context and gh-post-issue-update skills instead.
2026-01-05
scaffold-experiment.md
8
1 export scaffold-experiment
2 niznik-dev from "niznik-dev/cruijff_kit"
3 Set up complete experimental infrastructure for all runs in a designed experiment. Orchestrates parallel generation of fine-tuning configs (via scaffold-torchtune) and evaluation configs (via scaffold-inspect). Use after design-experiment to prepare configs before running experiments.
2026-01-05
parallel-swarm-implementation.md
8
1 export parallel-swarm-implementation
2 DNYoussef from "DNYoussef/context-cascade"
3 Launch and manage parallel swarms with synchronized milestones, resource controls, and verified aggregation paths.
2026-01-05
business-modeling.md
8
1 export business-modeling
2 cna-bootcamp from "cna-bootcamp/aiguide"
3 Lean Canvas를 사용하여 포괄적인 비즈니스 모델을 설계합니다. 수익 흐름과 비즈니스 전략을 계획할 때 사용하세요.
2026-01-05
i18n.md
8
1 export i18n
2 TheBeardedBearSAS from "TheBeardedBearSAS/claude-craft"
3 Regla 09: Internacionalización (i18n). Use when implementing internationalization.
2026-01-05
replicate-cli.md
8
1 export replicate-cli
2 rawveg from "rawveg/skillsforge-marketplace"
3 This skill provides comprehensive guidance for using the Replicate CLI to run AI models, create predictions, manage deployments, and fine-tune models. Use this skill when the user wants to interact with Replicate's AI model platform via command line, including running image generation models, language models, or any ML model hosted on Replicate. This skill should be used when users ask about running models on Replicate, creating predictions, managing deployments, fine-tuning models, or working with the Replicate API through the CLI.
2026-01-05
python-specialist.md
8
1 export python-specialist
2 DNYoussef from "DNYoussef/context-cascade"
3 Deliver production-quality Python solutions with framework-aware patterns and tests.
2026-01-05
skill-creator.md
8
1 export skill-creator
2 TheCardGoat from "TheCardGoat/tcg-engines"
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
reading-teacher.md
8
1 export reading-teacher
2 jamesrochabrun from "jamesrochabrun/skills"
3 Interactive reading teacher that instantly generates playful, engaging learning experiences for children ages 1-10. Creates visual playgrounds, phonics games, and interactive stories to build reading skills from letter recognition to comprehension.
2026-01-05
cloudinary.md
8
1 export cloudinary
2 vm0-ai from "vm0-ai/vm0-skills"
3 Upload images and videos to Cloudinary with CDN delivery and transformations. Use this skill for media hosting, optimization, resizing, format conversion, and video concatenation.
2026-01-05
quality-fix-formatting.md
8
1 export quality-fix-formatting
2 mvillmow from "mvillmow/ProjectOdyssey"
3 Automatically fix code formatting issues using mojo format, markdownlint, and pre-commit hooks. Use when formatting checks fail or before committing code.
2026-01-05