Browse Skills

44969 skills found

asset-management.md
1
1 export asset-management
2 QuantumFusion-network from "QuantumFusion-network/w3zard-gen"
3 Complete asset management feature for Polkadot dApps using the Assets pallet. Use when user needs fungible token/asset functionality including creating custom tokens, minting tokens to accounts, transferring tokens between accounts, destroying tokens, viewing portfolios, or managing token metadata. Generates production-ready code (~2,200 lines across 15 files) with full lifecycle support (create→mint→transfer→destroy), real-time fee estimation, transaction tracking, and user-friendly error messages. Works with template infrastructure (WalletContext, ConnectionContext, TransactionContext, balance utilities, shared components). Load when user mentions assets, tokens, fungible tokens, token creation, minting, portfolio, or asset pallet.
2026-01-05
developing-claude-code-plugins.md
1
1 export developing-claude-code-plugins
2 Krosebrook from "Krosebrook/source-of-truth-monorepo"
3 Use when working on Claude Code plugins (creating, modifying, testing, releasing, or maintaining) - provides streamlined workflows, patterns, and examples for the complete plugin lifecycle
2026-01-05
docs-manager-skill.md
1
1 export docs-manager-skill
2 fractary from "fractary/claude-plugins"
3 Orchestrates complete single-document workflows with automatic validation and indexing in a write→validate→index pipeline
2026-01-05
interaction-provoke.md
1
1 export interaction-provoke
2 synapseradio from "synapseradio/thinkies"
3 Disrupt consensus or stagnation by taking unexpected positions that create productive tension. Use when: (1) asked to challenge premature consensus or stagnation, (2) agreement is present without underlying tensions being explored, (3) the same failed solutions keep reappearing, (4) substantive challenges are absent from the discussion.
2026-01-05
browser-autonomous-tester.md
1
1 export browser-autonomous-tester
2 MaciWP from "MaciWP/CV_Astro"
3 Autonomous agent that uses Antigravity's browser integration to explore the web app, perform monkey testing, and verify visual regressions.
2026-01-05
using-ghost-admin-api.md
1
1 export using-ghost-admin-api
2 houfu from "houfu/blog-alt-counsel"
3 Comprehensive draft and post access, creating, editing and analysis. When Claude needs to work with the Ghost Admin API to access content published on alt-counsel.com as Houfu's partner.
2026-01-05
jungian-psychologist.md
1
1 export jungian-psychologist
2 erichowens from "erichowens/some_claude_skills"
3 Expert in Jungian analytical psychology, depth psychology, shadow work, archetypal analysis, dream interpretation, active imagination, and the individuation process - grounded in primary sources and clinical frameworks
2026-01-05
spec-effects.md
1
1 export spec-effects
2 BellaBe from "BellaBe/ideas-os"
3 Define effect types used by morphisms. Creates the effect algebra includingIO, error types, state, and reader effects. Use when: defining error types,specifying effect semantics, building the monad foundation.
2026-01-05
starting-issues.md
1
1 export starting-issues
2 ssd-mkdocs-platform from "ssd-mkdocs-platform/ssd-mkdocs-sample"
3 Issue作業を開始し、ブランチを作成してPlanモードに入る。Use when the user wants to start working on an issue (Issue対応開始), begin a task (タスク開始), or tackle a GitHub issue (課題着手).
2026-01-05
documentation-writer.md
1
1 export documentation-writer
2 always-further from "always-further/claude-extensions"
3 Activates when user needs help writing documentation, README files, API docs, or code comments. Triggers on "write documentation", "create README", "document this API", "add JSDoc", "explain this code", "write docstrings", or documentation-related requests.
2026-01-05
mvp-scoping.md
1
1 export mvp-scoping
2 jclfocused from "jclfocused/claude-agents"
3 Use this skill when discussing features, planning work, or when users describe what they want to build. Guides MVP thinking - focusing on "what's the minimum to make this work?" rather than comprehensive solutions. Triggers on phrases like "help me think through this feature", "what should we build first?", "how should we scope this?", or any feature planning discussion.
2026-01-05
hono-routing.md
1
1 export hono-routing
2 ovachiever from "ovachiever/droid-tings"
3 Build type-safe APIs with Hono - fast, lightweight routing for Cloudflare Workers, Deno, Bun, and Node.js. Set up routing patterns, middleware composition, request validation (Zod/Valibot/Typia/ArkType), RPC client/server with full type inference, and error handling with HTTPException.Use when: building APIs with Hono, setting up request validation with schema libraries, creating type-safe RPC client/server communication, implementing custom middleware chains, handling errors with HTTPException, extending context with custom variables, or troubleshooting middleware type inference issues, validation hook confusion, RPC performance problems, or middleware response typing errors.
2026-01-05
system-updates.md
1
1 export system-updates
2 adamancini from "adamancini/dotfiles"
3 This skill should be used when the user asks to "update my system", "run system updates", "update everything", "update brew yadm pass", or mentions running comprehensive system updates including Homebrew, yadm, and pass.
2026-01-05
build-assistant.md
1
1 export build-assistant
2 vanman2024 from "vanman2024/domain-plugin-builder"
3 Build Claude Code framework components (agents, slash commands, skills, plugins) following standardized templates. Use when creating new agents, commands, skills, or plugins for the multiagent framework.
2026-01-05
add-wikipedia-references.md
1
1 export add-wikipedia-references
2 dsebastien from "dsebastien/concept-cards"
3 Add Wikipedia reference links to concepts that don't have one. Searches for relevant Wikipedia articles and adds them to the references array.
2026-01-05
cloudflare-workflows.md
1
1 export cloudflare-workflows
2 ovachiever from "ovachiever/droid-tings"
3 Build durable, long-running workflows on Cloudflare Workers with automatic retries, state persistence, andmulti-step orchestration. Supports step.do, step.sleep, step.waitForEvent, and runs for hours to days.Use when: creating long-running workflows, implementing retry logic, building event-driven processes,coordinating API calls, scheduling multi-step tasks, or troubleshooting NonRetryableError, I/O context,serialization errors, or workflow execution failures.Keywords: cloudflare workflows, workflows workers, durable execution, workflow step,WorkflowEntrypoint, step.do, step.sleep, workflow retries, NonRetryableError,workflow state, wrangler workflows, workflow events, long-running tasks, step.sleepUntil,step.waitForEvent, workflow bindings
2026-01-05
post-run-debrief.md
1
1 export post-run-debrief
2 nadavyigal from "nadavyigal/Running-coach-"
3 Converts telemetry and user notes into a structured reflection, confidence score, and next-step guidance.
2026-01-05
kotlin-testing.md
1
1 export kotlin-testing
2 1ambda from "1ambda/dataops-platform"
3 Kotlin testing with JUnit 5, MockK, Spring test slices, and Testcontainers. Provides mocking patterns, test slice selection, and TDD workflow for Spring Boot + Kotlin. Use when writing tests for Kotlin/Spring code, setting up test infrastructure, or debugging test failures.
2026-01-05
faber-debugger.md
1
1 export faber-debugger
2 fractary from "fractary/claude-plugins"
3 Universal debugger skill that diagnoses workflow issues and proposes solutions using a persistent knowledge base
2026-01-05
codex-collaborator.md
1
1 export codex-collaborator
2 tianguzhe from "tianguzhe/zsh-config"
3 Codex MCP 协作流程专家(协同完成需求→原型→实现→审查),强调批判性思考与只读安全。
2026-01-05
tg-domain.md
1
1 export tg-domain
2 charlesmsiegel from "charlesmsiegel/tg"
3 World of Darkness domain terminology and game concepts for the Tellurium Games application. Use when encountering WoD-specific terms, understanding gameline abbreviations, interpreting character stats, or working with game mechanics. Triggers on unfamiliar terms like ST, Disciplines, Spheres, Arete, Gnosis, or gameline-specific concepts.
2026-01-05
file-operations.md
1
1 export file-operations
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-bash-shell"
3 Production-grade file operations - permissions, find, archives, rsync
2026-01-05
go-concurrency.md
1
1 export go-concurrency
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master Go concurrency with goroutines, channels, select, sync primitives, and patterns for building concurrent applications.
2026-01-05
command-verify.md
1
1 export command-verify
2 d-oit from "d-oit/command-verify"
3 Intelligent command verification for documentation. Discovers all commands in markdown files, validates them using git diff-based cache invalidation, and ensures documentation accuracy with zero token cost after initial setup. Use when asked to verify commands, check documentation, or validate command references.
2026-01-05