Browse Skills

44457 skills found

standards-international-curriculum.md
0
1 export standards-international-curriculum
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Align to international education frameworks including IB (PYP/MYP/DP), Cambridge International (IGCSE/A-Levels), UK National Curriculum, Australian Curriculum, and European frameworks. Use for international school curriculum. Activates on "IB", "Cambridge", "UK curriculum", or "international standards".
2026-01-05
coding-standards.md
0
1 export coding-standards
2 amattas from "amattas/agentic-coding"
3 Coding style and structural conventions for this codebase.
2026-01-05
test-script-generate.md
0
1 export test-script-generate
2 cmw-coder from "cmw-coder/coder-templates"
3 编写用于新华三技术有限公司H3C网络设备自动化测试脚本。支持全库检索、迭代优化策略以及过程文档自动归档。
2026-01-05
diff-analysis.md
0
1 export diff-analysis
2 athola from "athola/imbue"
3 A methodology for categorizing changes, assessing risks, and creating summaries from any changeset.
2026-01-05
current-location-weather.md
0
1 export current-location-weather
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Get current weather conditions for a location. Use this skill when users ask about weather, temperature, current conditions, forecasts, or any weather-related queries like "What's the weather?", "Is it raining?", "How hot is it outside?", "What's the temperature?", or "Should I bring an umbrella?". Supports automatic location detection via IP or specific location queries.
2026-01-05
python-pro.md
0
1 export python-pro
2 kamushadenes from "kamushadenes/nix"
3 Senior Python developer for Python 3.11+. Use for type-safe, async, production-ready code.
2026-01-05
golang.md
0
1 export golang
2 theMickster from "theMickster/claude-agents"
3 Write idiomatic Go code using Go 1.22+, net/http, goroutines, channels, and standard library. Use for Go files (.go), microservices, HTTP APIs, CLIs, concurrent systems, or cloud-native applications.
2026-01-05
smalltalk-usage-finder.md
0
1 export smalltalk-usage-finder
2 mumez from "mumez/smalltalk-dev-plugin"
3 This skill should be used when investigating how Smalltalk code is actually used:
2026-01-05
user-story-format.md
0
1 export user-story-format
2 tikazyq from "tikazyq/agentic-spec-forge"
3 验证User Story格式和质量,检查是否符合As-I-Want-So三要素结构、角色明确、功能具体、价值清晰。适合在编写新US后、准备Sprint Planning前使用,当需要审核US质量时。帮助不熟悉敏捷的PM/BA识别格式问题、模糊角色、缺失价值等常见问题,确保US可理解、可排序、可开发。
2026-01-05
skill-packager.md
0
1 export skill-packager
2 shawn-sandy from "shawn-sandy/skills"
3 Package custom skills into versioned distributable ZIP files with installation and user documentation. Use when preparing a skill for sharing, distribution, or archival. Supports semantic versioning, automatic documentation generation, and version management.
2026-01-05
creating-pull-requests.md
0
1 export creating-pull-requests
2 1gy from "1gy/jpp"
3 Creates pull requests with generated descriptions. Triggered when: PR creation, pull request, merge request, code review preparation.
2026-01-05
frontend-components.md
0
1 export frontend-components
2 elliotsaha from "elliotsaha/smt-slack-app"
3 Design and build reusable, composable UI components with clear interfaces and single responsibilities. When creating or modifying React components, Vue components, or any UI component files. When working on files that define reusable UI elements (*.tsx, *.jsx, *.vue, components/*). When structuring component props, state management, or component composition. When building component libraries, designing component APIs, or refactoring UI code into smaller components. When implementing hooks, context, or passing data between components.
2026-01-05
protect.md
0
1 export protect
2 AEtherlight-ai from "AEtherlight-ai/lumina"
3 Annotate passing code with protection levels (@protected/@immutable/@maintainable). Use when stabilizing working features to prevent regressions.
2026-01-05
asyncpg-detection.md
0
1 export asyncpg-detection
2 kivo360 from "kivo360/claude-toolbelt"
3 This skill should be used when the user asks to "detect asyncpg usage", "find asyncpg patterns", "scan for asyncpg imports", or "identify asyncpg database code in FastAPI projects". It automatically scans Python files to identify asyncpg imports, connection patterns, and query execution methods that need conversion to SQLAlchemy.
2026-01-05
api-documentation.md
0
1 export api-documentation
2 brendendurham from "brendendurham/claude-code-config"
3 Generate OpenAPI specs and API documentation from code. Triggers: document API, generate OpenAPI, create API docs, swagger spec, GraphQL schema, API specification, document endpoints
2026-01-05
managing-client-lifecycle.md
0
1 export managing-client-lifecycle
2 djankies from "djankies/claude-configs"
3 Manage PrismaClient lifecycle with graceful shutdown, proper disconnect timing, and logging configuration. Use when setting up application shutdown handlers, configuring logging for development or production, or implementing proper connection cleanup in Node.js servers, serverless functions, or test suites.
2026-01-05
unityaiforge.md
0
1 export unityaiforge
2 kuroyasouiti from "kuroyasouiti/Unity-AI-Forge"
3 AI-powered Unity development toolkit with Model Context Protocol integration
2026-01-05
security-review.md
0
1 export security-review
2 DaichiHoshina from "DaichiHoshina/ai-tools"
3 セキュリティレビュー - OWASP Top 10、インジェクション対策、認証・セッション管理、セキュリティヘッダーの観点からコードをレビュー
2026-01-05
pdf.md
0
1 export pdf
2 vamseeachanta from "vamseeachanta/workspace-hub"
3 Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. Use when Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
web-dev-tester.md
0
1 export web-dev-tester
2 burkeholland from "burkeholland/social-assistant-demo"
3 Autonomously build and test web applications using Playwright MCP server. Enables iterative development with automatic verification - make changes, run the app, visually verify, check for errors, and iterate. Use when building websites, debugging UI issues, or implementing features that need visual verification.
2026-01-05
clojure-ring-core-middleware.md
0
1 export clojure-ring-core-middleware
2 Ramblurr from "Ramblurr/nix-devenv"
3 Ring core middleware for Clojure. Use when working with parameter parsing, sessions, cookies, flash messages, static files, or composing middleware stacks. Triggers on ring.middleware, wrap-params, wrap-session, wrap-cookies, or middleware composition questions.
2026-01-05
quality-checklist.md
0
1 export quality-checklist
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Code review quality checklist. Use before commits and during code review.
2026-01-05
technical-writer.md
0
1 export technical-writer
2 theMickster from "theMickster/claude-agents"
3 Write clear, developer-focused documentation including README files, API docs, architecture decision records, code comments, and user guides. Use for documentation tasks, markdown files (.md), or improving existing docs.
2026-01-05
design-fundamentals.md
0
1 export design-fundamentals
2 phananhtuan09 from "phananhtuan09/ai-agent-workflow"
3 Core design principles for creating distinctive, beautiful UIs with technical excellence.Combines creative direction with practical foundation for memorable, accessible interfaces.Use when building UI without specific design specs (Figma, screenshots, design files):- Creating landing pages, home pages, marketing pages from scratch- Building web apps, dashboards, admin panels without design- Choosing design system: typography, colors, spacing, visual hierarchy- Need to propose complete design (fonts, colors, layout, spacing)- Building distinctive UIs that avoid generic AI aestheticsKeywords: landing page, design system, typography, colors, spacing, visual hierarchyTwo-part approach:1. Creative Direction: Choose aesthetic tone (minimal, bold, elegant, playful)2. Technical Foundation: Spacing scales, typography specs, WCAG contrast, hierarchyGoal: Create UIs that are BOTH beautiful (distinctive, memorable) AND correct (accessible, consistent, professional).
2026-01-05