Browse Skills

44457 skills found

form-handling-mobile.md
0
1 export form-handling-mobile
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 React Hook Form and Zod for React Native forms. Use when implementing forms.
2026-01-05
japanese-tts-reading.md
0
1 export japanese-tts-reading
2 taiyousan15 from "taiyousan15/taisun_agent"
3 日本語テキストを音声に変換するTTS(Text-to-Speech)スキル。ナレーション原稿の読み上げ、コンテンツの音声化、アクセシビリティ対応に使用。
2026-01-05
py-async-patterns.md
0
1 export py-async-patterns
2 CJHarmath from "CJHarmath/claude-agents-skills"
3 Async/await patterns for FastAPI and SQLAlchemy. Use when working with async code, database sessions, concurrent operations, or debugging async issues in Python.
2026-01-05
code-review.md
0
1 export code-review
2 uukuguy from "uukuguy/claude-agent-framework"
3 Code review methodology and best practices
2026-01-05
analytical-brief.md
0
1 export analytical-brief
2 KirillTrubitsyn from "KirillTrubitsyn/kirilltrubitsyn-claude-skills"
3 Создание профессиональных аналитических справок в формате DOCX. Использовать при запросах на создание аналитических справок, информационных записок, правовых меморандумов, обзоров судебных споров, корпоративных отчётов для руководства. Документы создаются на русском языке с профессиональным юридическим стилем изложения.
2026-01-05
e2e.md
0
1 export e2e
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Playwright E2E testing patterns with chrome-devtools MCP integration.Reference for integration tests, A11y validation, and visual regression.
2026-01-05
research.md
0
1 export research
2 nera0875 from "nera0875/blv_htmx"
3 Documentation and code examples research expert using Exa AI and Context7. Finds official docs, production code examples, technology comparisons, and best practices. Auto-activates when new libraries mentioned or user requests "docs", "examples", "best practices", or technology comparisons.
2026-01-05
code-porter.md
0
1 export code-porter
2 dseirz-rgb from "dseirz-rgb/worker"
3 代码搬运师技能:优先搬运优秀开源项目,禁止重复造轮子。Use when: 需要实现新功能、选择技术方案、评估是否自己实现。Triggers: "实现", "开发", "创建", "构建", "写一个", "做一个"
2026-01-05
zero-to-hero.md
0
1 export zero-to-hero
2 j0KZ from "j0KZ/mcp-agents"
3 Go from zero knowledge to codebase expert in ANY project, ANY size, ANY language
2026-01-05
principle-guide.md
0
1 export principle-guide
2 krhrtky from "krhrtky/dotfiles"
3 Guide decision-making using principles and trade-off analysis frameworks. Use when making technical decisions, evaluating alternatives, designing solutions, or choosing between options. Helps establish lasting principles.
2026-01-05
plugin-dev.md
0
1 export plugin-dev
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when creating extensions for Claude Code or OpenCode, including plugins, commands, agents, skills, and custom tools. Covers both platforms with format specifications, best practices, and the ai-eng-system build system.
2026-01-05
eld-ground-check.md
0
1 export eld-ground-check
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 LDE(Law-Driven Engineering)の接地(Grounding)検証スキル。LawとTermの両方について、検証手段・観測手段が設定されているか検証する。CI/CD統合のためのチェックリストとスクリプトを提供。使用タイミング: (1) PR作成前の接地確認、(2) CI/CDパイプラインでの自動検証、(3) 「Grounding Mapを検証して」、(4) Law/Term追加後の接地完了確認、(5) Phase Eで接地を完了させる時
2026-01-05
sveltia-cms.md
0
1 export sveltia-cms
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete Sveltia CMS skill for lightweight, Git-backed content management.Sveltia is the modern successor to Decap/Netlify CMS with 5x smaller bundle (300 KB),faster GraphQL-based performance, and solves 260+ predecessor issues.Use this skill when setting up Git-based CMS for static sites (Hugo, Jekyll,11ty, Gatsby, Astro, SvelteKit, Next.js), blogs, documentation sites, marketingsites, or migrating from Decap/Netlify CMS. Framework-agnostic with first-classi18n support and mobile-friendly editing interface.Prevents 8+ common errors including OAuth authentication failures, TOML formattingissues, YAML parse errors, CORS/COOP policy problems, content not listing, scriptloading errors, image upload failures, and deployment problems. Includes completeKeywords: Sveltia CMS, Git-backed CMS, Decap CMS alternative, Netlify CMS alternative, headless CMS, static site CMS, Hugo CMS, Jekyll CMS, 11ty CMS, Gatsby CMS, Astro CMS, SvelteKit CMS, Next.js CMS, content management, visual editing, markdown CMS, YAM
2026-01-05
implement-and-verify.md
0
1 export implement-and-verify
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement tasks from plans with test-first approach, user-story-centric execution, and AC verification. Use proactively when executing implementation plans. Enforces quality gates, MVP-first delivery, and Article VII story-by-story implementation.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 timequity from "timequity/vibe-coder"
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
coder.md
0
1 export coder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implementation Agent: Full TDD workflow in a single context window. Writes tests, implements code, and iterates until all tests pass.
2026-01-05
requesting-code-review.md
0
1 export requesting-code-review
2 arturas-bes from "arturas-bes/kainuguru-api"
3 Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding
2026-01-05
new-frontend-feature.md
0
1 export new-frontend-feature
2 twentynineteen from "twentynineteen/bucket"
3 Scaffolds new frontend pages/features with TDD approach, following established UI patterns from BuildProject/Baker pages. Generates page component, test file, updates routing, and maintains 90%+ test coverage before implementing production code. Use this when creating new pages or features in the Bucket app.
2026-01-05
discussion-editing.md
0
1 export discussion-editing
2 vitamin3615 from "vitamin3615/Agent-skills"
3 Use when editing or improving discussion sections that lack literature comparison, mechanistic interpretation, or honest limitations - provides synthesis patterns, positioning strategies, and future directions framework
2026-01-05
financial-data.md
0
1 export financial-data
2 dseirz-rgb from "dseirz-rgb/worker"
3 金融数据处理技能:交易数据导入、持仓数据管理、风险指标计算。Use when: 需要处理交易记录、导入持仓数据、计算风险指标、数据清洗验证。Triggers: "交易", "持仓", "导入", "数据", "IBKR", "风险", "净值", "回撤"
2026-01-05
dev-generator.md
0
1 export dev-generator
2 zh1227 from "zh1227/zh1227.github.io"
3 全栈开发代码生成工具,支持项目脚手架、API接口、数据库模型、CRUD操作的快速生成。包含Python(FastAPI/Flask/Django)、JavaScript(Express/NestJS/React/Vue)、Go、Java等主流框架。适用于生成代码、创建项目、生成API、建表、数据库设计等场景。
2026-01-05
single-purpose-variables.md
0
1 export single-purpose-variables
2 barrydobson from "barrydobson/dotfiles_extra"
3 Use each variable for exactly one purpose - no hybrid coupling or hidden meanings
2026-01-05
repo-map.md
0
1 export repo-map
2 Roger-Parkinson-EHP from "Roger-Parkinson-EHP/agentic"
3 Comprehensive reference for understanding any repo fast. All patterns for docs, code, configs, git, and conversation history. The complete playbook.
2026-01-05
extract-blockchain-media.md
0
1 export extract-blockchain-media
2 b-open-io from "b-open-io/1sat-skills"
3 Extract media files (images, videos, documents) from BSV blockchain transactions using the txex CLI tool. Retrieves inscribed ordinals and embedded files.
2026-01-05