Browse Skills
44969 skills found
world-lifecycle.md
3
1
export
world-lifecycle
2
from
"Foundry376/ghkids"
from
"Foundry376/ghkids"
3
Provides context about how worlds (games) are created, loaded, saved, shared, and fetched in Codako. Use when working on API routes for worlds, the explore page, editor save/load logic, forking, or localStorage handling for anonymous users.
2026-01-05
secrets-management.md
3
1
export
secrets-management
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Comprehensive guidance for secure secrets management including storage solutions (Vault, AWS Secrets Manager, Azure Key Vault), environment variables, secret rotation, scanning tools, and CI/CD pipeline security. Use when implementing secrets storage, configuring secret rotation, preventing secret leaks, or reviewing credentials handling.
2026-01-05
micropython-repl.md
3
1
export
micropython-repl
2
from
"hoihu/py-framebuf"
from
"hoihu/py-framebuf"
3
Interact with MicroPython boards via mpy-repl-tool to push files, execute code, and test MicroPython scripts. Use when working with MicroPython development, testing board functionality, or evaluating MicroPython code on hardware.
2026-01-05
journey-mapping.md
3
1
export
journey-mapping
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
User and customer journey mapping for experience analysis. Creates journey maps with touchpoints, emotions, pain points, and opportunity identification.
2026-01-05
api-design-architect.md
3
1
export
api-design-architect
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
RESTful and GraphQL API design expert covering best practices, security, and scalability
2026-01-05
k-create-skill.md
3
1
export
k-create-skill
2
from
"Falkicon/Mechanic"
3
Meta knowledge for creating Claude skills. Provides templates, best practices, and patterns for building effective skills with routing tables and reference files. Load this when creating new skills or understanding the skill system. Triggers: create skill, new skill, skill template, skill architecture, SKILL.md.
2026-01-05
topology-and-geometry-guide.md
3
1
export
topology-and-geometry-guide
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Expert in point-set topology, algebraic topology, differential geometry, and geometric intuition for abstract concepts
2026-01-05
agent-specialization.md
3
1
export
agent-specialization
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Guide creation of focused single-purpose agents following the One Agent One Prompt One Purpose principle. Use when designing new agents, refactoring general agents into specialists, or optimizing agent context for a single task.
2026-01-05
wp-security-review.md
3
1
export
wp-security-review
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
WordPress security audit and vulnerability analysis. Use when reviewing WordPress code for security issues, auditing themes/plugins for vulnerabilities, checking authentication/authorization, analyzing input validation, or detecting security anti-patterns, or when user mentions "security review", "security audit", "vulnerability", "XSS", "SQL injection", "CSRF", "nonce", "sanitize", "escape", "validate", "authentication", "authorization", "permissions", "capabilities", "hacked", or "malware".
2026-01-05
docs-as-code.md
3
1
export
docs-as-code
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Documentation pipeline automation and docs-as-code workflows
2026-01-05
aps-doc-hist-union.md
3
1
export
aps-doc-hist-union
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
Expert documentation generation for hist-union workflows. Documents historical and incremental table combination strategies, schema validation, time-based partitioning, and backfill processes. Use when documenting hist-union layers.
2026-01-05
sql-patterns.md
3
1
export
sql-patterns
2
from
"0xDarkMatter/claude-mods"
from
"0xDarkMatter/claude-mods"
3
Quick reference for common SQL patterns, CTEs, window functions, and indexing strategies. Triggers on: sql patterns, cte example, window functions, sql join, index strategy, pagination sql.
2026-01-05
ruby-idioms.md
3
1
export
ruby-idioms
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Ruby language patterns and idioms. Use when writing Ruby code, reviewing diffs, or discussing Ruby style. Covers naming, conditionals, method organization, and the "fail loud" philosophy.
2026-01-05
devdocument.md
3
1
export
devdocument
2
from
"kevinslin/llm"
from
"kevinslin/llm"
3
document changes made
2026-01-05
idea-honing.md
3
1
export
idea-honing
2
from
"cbgbt/bottlerocket-forest"
from
"cbgbt/bottlerocket-forest"
3
Clarify feature ideas through iterative Q&A, recording insights to guide concept development
2026-01-05
progressions.md
3
1
export
progressions
2
from
"alexanderop/workoutTracker"
from
"alexanderop/workoutTracker"
3
Kettlebell swing progression tracker with automatic advancement through reps, time, and weight phases. EMOM timer for session tracking. Use when building progressions, logging completed sessions, calculating next levels, or designing training progressions. Triggers include "progression", "kettlebell", "EMOM", "advancement", "progression level", "swing progression", "kettlebell advancement", "track progress", "log session", "next level", "progression phase", "auto-advance", "progression algorithm", "set progression", "timer", "reps progression", "time progression", "weight progression", "progression form", "progression tracking".
2026-01-05
rts-fix-suggester.md
3
1
export
rts-fix-suggester
2
from
"sslab-gatech/oss-crs"
from
"sslab-gatech/oss-crs"
3
Suggest fixes for OSS-Fuzz build.sh and test.sh scripts based on RTS log analysis. Use when user asks how to fix build failures, test failures, or wants to skip failing test classes. Generates specific code modifications for Maven test configurations.
2026-01-05
native-modules.md
3
1
export
native-modules
2
from
"Microck/ordinary-claude-skills"
from
"Microck/ordinary-claude-skills"
3
Expert in React Native native modules, bridging JavaScript and native code, writing custom native modules, using Turbo Modules, Fabric, JSI, autolinking, module configuration, iOS Swift/Objective-C modules, Android Kotlin/Java modules. Activates for native module, native code, bridge, turbo module, JSI, fabric, autolinking, custom native module, ios module, android module, swift, kotlin, objective-c, java native code.
2026-01-05
python.md
3
1
export
python
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Adaptive Python development guide with tiered complexity levels (Minimal/Standard/Full). Automatically selects appropriate guidance based on project context - from simple scripts (just clean Python code) to full production systems (complete tooling ecosystem). Covers modern conventions, testing, tooling, security, and best practices. Use when writing Python code, converting scripts, setting up projects, or building production systems. Keywords: PEP-8, Ruff, pytest, mypy, simple scripts, project structure, PyPI, packaging, type hints, clean code
2026-01-05
validator-role-skill.md
3
1
export
validator-role-skill
2
from
"enuno/claude-command-and-control"
from
"enuno/claude-command-and-control"
3
Professional software QA and code review skill for ensuring code quality,comprehensive test coverage, standards compliance, and security throughrigorous testing and validation workflows.
2026-01-05
oceanography-specialist.md
3
1
export
oceanography-specialist
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Ocean science expert covering physical, chemical, biological, and geological oceanography
2026-01-05
nano-banana-pro.md
3
1
export
nano-banana-pro
2
from
"stared/gemini-claude-skills"
from
"stared/gemini-claude-skills"
3
Generate images using Google's Nano Banana Pro (gemini-3-pro-image-preview). Use when user asks to create, generate, or draw images, infographics, visualizations, diagrams, charts, illustrations, or any visual content. Excellent for data-accurate infographics and text rendering.
2026-01-05
automating-browser.md
3
1
export
automating-browser
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
claude-in-chrome MCPツールを使用したインタラクティブブラウザ自動化。 最適な用途: デモ、ドキュメントGIF、手動テスト、ライブブラウザ制御。 CI/CDでの自動E2Eテストには、代わりにwebapp-testingスキルを使用。 トリガー: browser automation, ブラウザ自動化, screenshot, スクリーンショット, form fill, フォーム入力, click, navigate, GIF recording, GIF録画, ブラウザ操作, Chrome, demo, デモ, live browser.
2026-01-05
deployment-workflows.md
3
1
export
deployment-workflows
2
from
"Primadetaautomation/primadata-marketplace"
from
"Primadetaautomation/primadata-marketplace"
3
CI/CD pipelines, zero-downtime deployments, infrastructure as code, and production deployment strategies
2026-01-05