Browse Skills
17720 skills found
test-scaffolding.md
1
1
export
test-scaffolding
2
from
"Consiliency/treesitter-chunker"
from
"Consiliency/treesitter-chunker"
3
Generate test file scaffolds from source analysis with language-appropriate templates.
2026-01-05
dice-roller.md
1
1
export
dice-roller
2
from
"rjroy/adventure-engine-corvran"
from
"rjroy/adventure-engine-corvran"
3
This skill should be used when the GM needs to roll dice or when the user asks to "roll dice", "make a dice roll", "roll for initiative", "roll a skill check", "roll damage", or needs to resolve RPG mechanics with random dice outcomes. Provides deterministic dice rolling for tabletop RPG adventures.
2026-01-05
new-file.md
1
1
export
new-file
2
from
"vm-wylbur/pb-dotfiles"
from
"vm-wylbur/pb-dotfiles"
3
Create new files with proper headers and verify necessity
2026-01-05
agentuity-cli-cloud-storage-download.md
1
1
export
agentuity-cli-cloud-storage-download
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Download a file from storage bucket. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
cdd.md
1
1
export
cdd
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Context Driven Development pipeline for release workflows
2026-01-05
qr-code-generator.md
1
1
export
qr-code-generator
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Generate QR codes with URLs and UTM tracking. Exports PNG/SVG with captions. Use for single codes, batch generation, or marketing campaigns with tracking parameters.
2026-01-05
arduino-code-generator.md
1
1
export
arduino-code-generator
2
from
"wedsamuel1230/arduino-skills"
from
"wedsamuel1230/arduino-skills"
3
Generate Arduino/embedded C++ code snippets and patterns on demand for UNO/ESP32/RP2040. Use when users request Arduino code for sensors, actuators, communication protocols, state machines, non-blocking timers, data logging, or hardware abstraction. Generates production-ready code with proper memory management, timing patterns, and board-specific optimization. Supports DHT22, BME280, buttons, I2C/SPI, EEPROM, SD cards, WiFi, and common peripherals.
2026-01-05
kotlin.md
1
1
export
kotlin
2
from
"dralgorhythm/claude-agentic-framework"
from
"dralgorhythm/claude-agentic-framework"
3
Write Kotlin code for Android following best practices. Use when developing with Jetpack Compose, Android SDK, or Kotlin projects. Covers coroutines, state management, and tooling.
2026-01-05
cl-condition-system.md
1
1
export
cl-condition-system
2
from
"cxxxr/.claude"
from
"cxxxr/.claude"
3
condition/restartパターンを適用。エラーハンドリング実装時に使用
2026-01-05
better-auth-setup.md
1
1
export
better-auth-setup
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Guide implementation of OAuth 2.1 / OIDC authentication using Better Auth with the OIDC Provider plugin. Use this skill when setting up centralized authentication for multiple apps, implementing SSO across a platform, creating an OAuth authorization server, or integrating Better Auth as an identity provider. Covers PKCE for public clients, JWKS configuration, token management, email verification, and common pitfalls like preserving PKCE parameters during sign-in redirects.
2026-01-05
contract-generator.md
1
1
export
contract-generator
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Use when asked to generate legal contracts, agreements, or documents from templates with variable substitution and formatting.
2026-01-05
mcp-builder.md
1
1
export
mcp-builder
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Guide for building MCP (Model Context Protocol) servers that integrate external APIs/services with LLMs. Covers Python (FastMCP) and TypeScript (MCP SDK) implementations.
2026-01-05
git-commit-helper.md
1
1
export
git-commit-helper
2
from
"dan1901/spec-mix"
from
"dan1901/spec-mix"
3
Generates meaningful git commit messages for Spec-Driven Development workflows. Use when creating commits, suggesting commit messages, or helping with task-based version control. Automatically links commits to work packages.
2026-01-05
jira.md
1
1
export
jira
2
from
"averycrespi/claudefiles"
from
"averycrespi/claudefiles"
3
This skill should be used when the user asks about Jira work items, sprints, boards,or projects. Activates when detecting: ticket IDs (PROJ-123), questions about "currentsprint", "my tickets", "Jira issues", board information, project status, or any Jira-relatedqueries. Provides read-only access to Jira Cloud via Atlassian CLI.
2026-01-05
scripture-study.md
1
1
export
scripture-study
2
from
"authenticwalk/mybibletoolbox-code"
from
"authenticwalk/mybibletoolbox-code"
3
Study scripture by retrieving and merging all available commentary data for one or more verses. Supports verse ranges, depth levels (light/medium/full), and optional filtering by tool type.
2026-01-05
browsing-with-playwright.md
1
1
export
browsing-with-playwright
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements,take screenshots, and extract data. Use when tasks require web browsing, form submission,web scraping, UI testing, or any browser interaction. NOT when only fetching staticcontent (use curl/wget instead).
2026-01-05
pytest-coverage.md
1
1
export
pytest-coverage
2
from
"zzuse/SafeFamily"
from
"zzuse/SafeFamily"
3
Generate or extend pytest suites to reach at least 80% total coverage for the repository while excluding src/safe_family/templates/miscellaneous/. Use when asked to add tests, raise coverage, or set up CI coverage gates.
2026-01-05
github-multi-repo.md
1
1
export
github-multi-repo
2
from
"bjpl/open_learn_co"
from
"bjpl/open_learn_co"
3
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
2026-01-05
worktree-manager.md
1
1
export
worktree-manager
2
from
"zircote/claude-spec"
from
"zircote/claude-spec"
3
Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up worktrees", "new worktree for X", "worktree status", "cleanup worktrees", or wants parallel development branches. Handles worktree creation, dependency installation, validation, agent launching, and global registry management.
2026-01-05
git-atomic-commit.md
1
1
export
git-atomic-commit
2
from
"arisng/github-copilot-fc"
from
"arisng/github-copilot-fc"
3
Skill for analyzing git changes, grouping them into logical atomic commits, generating conventional commit messages, and guiding through the commit process. Use when committing changes with proper conventional commit format and maintaining atomic commits.
2026-01-05
atl-cli.md
1
1
export
atl-cli
2
from
"lroolle/atlas-cli"
from
"lroolle/atlas-cli"
3
Atlassian Server CLI (Jira/Confluence/Bitbucket). This skill should be used when working with Jira issues, Confluence page operations, Bitbucket pull requests, or any Atlassian Server tasks. Triggers on: issue tracking, wiki pages, PR management, CQL queries.
2026-01-05
time-series-decomposer.md
1
1
export
time-series-decomposer
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Decompose time series into trend, seasonal, and residual components. Use for forecasting, pattern analysis, and seasonality detection.
2026-01-05
sdd-development.md
1
1
export
sdd-development
2
from
"refly-ai/skill-to-workflow"
from
"refly-ai/skill-to-workflow"
3
Specification-Driven Development (SDD) methodology for building software where specifications are executable and drive code generation. Use when users want to: (1) Create feature specifications with /speckit.specify, (2) Generate implementation plans with /speckit.plan, (3) Create executable tasks with /speckit.tasks, (4) Follow test-first, library-first development, or (5) Implement constitutional architecture principles. Essential for structured AI-assisted development workflows.
2026-01-05
refine-validate-triggers.md
1
1
export
refine-validate-triggers
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Ensure skill triggers reference observable conditions rather than internal states by converting introspection-based language to situation-based descriptions and simplifying over-qualified phrasing. Use when: (1) reviewing a skill description that references feelings or internal states, (2) triggers contain qualifiers like "particularly if" or "especially when", (3) a skill is being prepared for plugin inclusion where triggers must work without human introspection.
2026-01-05