Browse Skills

20307 skills found

git-workflow.md
0
1 export git-workflow
2 layeddie from "layeddie/ai-rules"
3 Git and GitHub workflow automation skills for OpenCode agents
2026-01-05
dev-tools-skill.md
0
1 export dev-tools-skill
2 Eccentric-jamaican from "Eccentric-jamaican/insapp-new"
3 Use when the user says "use the DevTools skill" or when they need help debugging a web app with Chrome DevTools MCP (UI bugs, incorrect behavior, console errors, network/API failures, or performance/lag), especially if the user seems inexperienced and needs guided, step-by-step diagnosis.
2026-01-05
api-documentation-generator.md
0
1 export api-documentation-generator
2 therealchandlerbing from "therealchandlerbing/claude-usecases"
3 Generate comprehensive API documentation including OpenAPI/Swagger specifications, endpoint references, SDK documentation, and integration guides from code or specifications
2026-01-05
backend-python.md
0
1 export backend-python
2 timequity from "timequity/vibe-coder"
3 Modern Python backend stack: FastAPI, SQLAlchemy 2.0, Pydantic v2, uv, ruff.Use when: building Python APIs, async services, or working with Python backend code.Triggers: "fastapi", "python backend", "sqlalchemy", "pydantic", "uv", "ruff","python api", "async python".
2026-01-05
total-recall.md
0
1 export total-recall
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Memory preservation for Claude Code sessions. Use when approaching token limits, needing to /reset or /compact, switching between complex tasks, or preserving critical session state before context loss. Creates comprehensive memory dumps at /tmp/total-recall containing current state, decisions, artifacts, and next steps for seamless context restoration.
2026-01-05
testing-data.md
0
1 export testing-data
2 YosrBennagra from "YosrBennagra/3SC"
3 Build integration tests for data access in the widget host app. Use when setting up test databases, running EF Core migrations for tests, or validating repository behavior end-to-end.
2026-01-05
docker-patterns.md
0
1 export docker-patterns
2 mindmorass from "mindmorass/reflex"
3 Best practices for containerizing applications with Docker.
2026-01-05
wp-headless-backend.md
0
1 export wp-headless-backend
2 cdryampi from "cdryampi/wordpress_headless"
3 Build and bootstrap WordPress headless (PHP-FPM) with an idempotent wp-cli entrypoint and WPGraphQL enabled, using MariaDB/MySQL from docker-compose. Use when asked to implement or fix docker/wp/Dockerfile and docker/wp/entrypoint.sh for WordPress in this repo.
2026-01-05
build-and-deploy.md
0
1 export build-and-deploy
2 Eng0AI from "Eng0AI/vite-vue-template"
3 Build and deploy this Vue + Vite application. Use when building, deploying, or preparing the project for production.
2026-01-05
rednote.md
0
1 export rednote
2 vm0-ai from "vm0-ai/browser-skills"
3 Scrape content from RedNote/Xiaohongshu including posts, images, videos, and complete comment threads with nested replies. Use when researching topics on RedNote, extracting social media content for analysis, or gathering RedNote posts and discussions. Works with any remote browser providing a WebSocket URI (WSS).
2026-01-05
utopia-grid-layout.md
0
1 export utopia-grid-layout
2 matthewharwood from "matthewharwood/fantasy-phonics"
3 CSS Grid utilities using Utopia fluid spacing. Reference for the grid variables and utility classes defined in this project.
2026-01-05
review-git-changes.md
0
1 export review-git-changes
2 tangerine1202 from "tangerine1202/cli-config"
3 Analyzes and refactors code changes in the current git working tree (staged, unstaged, or recent commits). Ensures changes follow best practices, coding standards, and maintain code quality. Use when the user asks to "review my git changes", "check what I changed", "refactor my changes", "ensure my changes are clean", or "review before commit".
2026-01-05
lang-typescript.md
0
1 export lang-typescript
2 codethread from "codethread/claude-code-plugins"
3 Write clean, type-safe TypeScript code using modern patterns, strict configuration, and best practices. Use when writing TypeScript code, configuring projects, or solving type-related challenges.
2026-01-05
mermaid-diagrams.md
0
1 export mermaid-diagrams
2 bengous from "bengous/claude-code-plugins-public"
3 Create and edit Mermaid diagrams for software engineering work, architectural ideas, and technical documentation. Use when the user asks to create, edit, or work with Mermaid diagrams. Provides comprehensive syntax references, common pitfalls, styling guidance, and software architecture patterns.
2026-01-05
ruby-testing.md
0
1 export ruby-testing
2 arowinski from "arowinski/dotfiles"
3 Ruby/RSpec testing guidelines and workflow following project conventions. Use when writing or improving Ruby tests.
2026-01-05
figma-to-react.md
0
1 export figma-to-react
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Convert Figma designs to pixel-perfect React components with Tailwind CSS.
2026-01-05
initialize-new-python-project.md
0
1 export initialize-new-python-project
2 boetro from "boetro/dotclaude"
3 Setup a new python project in this directory.
2026-01-05
readme-for-developers.md
0
1 export readme-for-developers
2 Doyajin174 from "Doyajin174/myskills"
3 Write developer-oriented README as onboarding documentation. Use when creating/updating README, setting up new projects, or when new developers need to understand the codebase quickly. README = Entry point + Architecture overview + Working agreement.
2026-01-05
python-ml-helper.md
0
1 export python-ml-helper
2 macayaven from "macayaven/esperanto"
3 Help with Python ML/DL development. Assists with PyTorch code, model debugging, tensor shape issues, CUDA errors, gradient problems, and training optimization. Use when user has ML code issues or asks about PyTorch, transformers, or deep learning.
2026-01-05
ui-consistency.md
0
1 export ui-consistency
2 infiniV from "infiniV/secret-ingredients"
3 Use when auditing or fixing UI consistency issues like mismatched spacing, hardcoded colors, theme violations, or elements that look off - provides systematic checklist for theme, spacing, typography audits and proper techniques for canvas/SVG theming with reactivity
2026-01-05
start-reddit-server.md
0
1 export start-reddit-server
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Provides simple script for safely starting the server. Use whenever you need to start ./cmd/reddit-server. Ex - "start the server..." "Debug the frontend...".
2026-01-05
test-driven-development-tdd.md
0
1 export test-driven-development-tdd
2 Proaptus from "Proaptus/proagentic-dfx"
3 Agent-optimized Test-Driven Development workflow based on research from Codex, CodeT, Self-Debugging, TICoder, and SWE-bench Verified. Use when fixing bugs (generate fail-to-pass test first), implementing new features (acceptance tests first), or when user requests "TDD", "test-first", or "test-driven" approach. Provides high-confidence code changes with comprehensive test coverage.
2026-01-05
rust-code-organization.md
0
1 export rust-code-organization
2 gar-ai from "gar-ai/mallorn"
3 Structure Rust code using modules, traits, builders, and newtypes. Use when designing APIs, abstracting behavior, or preventing type confusion.
2026-01-05
implement-exercise.md
0
1 export implement-exercise
2 CloudAI-X from "CloudAI-X/typescript-mastery"
3 Create a new TypeScript exercise with starter code, test cases, and reference solution
2026-01-05