Browse Skills
18175 skills found
agentuity-cli-cloud-sandbox-cp.md
1
1
export
agentuity-cli-cloud-sandbox-cp
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Copy files or directories to or from a sandbox. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
plugin-design.md
1
1
export
plugin-design
2
from
"pluginagentmarketplace/custom-plugin-design-system"
from
"pluginagentmarketplace/custom-plugin-design-system"
3
Master plugin user experience design, command workflows, and interaction patterns. Create intuitive, user-friendly plugin interfaces.
2026-01-05
uuid-generator.md
1
1
export
uuid-generator
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Use when asked to generate UUIDs, GUIDs, unique identifiers in various formats (UUID1, UUID4, etc.).
2026-01-05
spec-creation-workflow.md
1
1
export
spec-creation-workflow
2
from
"marcos-abreu/connect_kit"
from
"marcos-abreu/connect_kit"
3
Use when creating new spec or resuming incomplete spec - detects current phase, routes to appropriate phase skill (initialization, requirements, spec-writing, tasks-planning, verification), and manages phase transitions with validation checkpoints
2026-01-05
steam-linux.md
1
1
export
steam-linux
2
from
"fx/cc"
from
"fx/cc"
3
This skill should be used when working with Steam on Linux - managing non-Steam game shortcuts, configuring Proton/Wine compatibility, parsing VDF files, or finding Steam paths and prefixes.
2026-01-05
requirements-clarity-scoring.md
1
1
export
requirements-clarity-scoring
2
from
"CoderMariusz/MonoPilot"
from
"CoderMariusz/MonoPilot"
3
When gathering requirements during discovery phase to measure answer quality and decide when to proceed.
2026-01-05
frappe-documentation-generator.md
1
1
export
frappe-documentation-generator
2
from
"Venkateshvenki404224/frappe-apps-manager"
from
"Venkateshvenki404224/frappe-apps-manager"
3
Generate API documentation, user guides, and technical documentation for Frappe apps. Use when documenting APIs, creating user guides, or generating OpenAPI specs.
2026-01-05
plugin-creator.md
1
1
export
plugin-creator
2
from
"ddunnock/claude-plugins"
from
"ddunnock/claude-plugins"
3
Creates plugins (skills and MCPs) by guiding through the authoring process. Use when users want to create or update (1) skills that extend Claude's capabilities with specialized knowledge and workflows, or (2) MCPs (Model Context Protocol servers) that provide tools for Claude Desktop.
2026-01-05
linux-philosophy.md
1
1
export
linux-philosophy
2
from
"Xantibody/dotfiles"
from
"Xantibody/dotfiles"
3
Unix/Linux design principles for CLI tools and system architecture.
2026-01-05
fsharp-shared.md
1
1
export
fsharp-shared
2
from
"heimeshoff/Cinemarco"
from
"heimeshoff/Cinemarco"
3
Define shared domain types and API contracts for F# full-stack applications.Use when: "define types", "create entity", "add model", "API contract", "shared types","domain model", "record", "discriminated union", "data structure", "DTO","interface", "type definition", "new entity", "modify types".Creates types in src/Shared/Domain.fs and API interfaces in src/Shared/Api.fs.Always start here when adding new features.
2026-01-05
swarm-orchestration.md
1
1
export
swarm-orchestration
2
from
"bjpl/open_learn_co"
from
"bjpl/open_learn_co"
3
Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.
2026-01-05
taro-documentation.md
1
1
export
taro-documentation
2
from
"whinc/my-claude-plugins"
from
"whinc/my-claude-plugins"
3
This skill should be used when the user mentions "Taro" in any technical context, asks about "Taro API", "Taro components", "Taro configuration", "Taro development", "Taro project", "mini program with Taro", "WeChat mini program", uses Taro methods (like "Taro.request", "Taro.navigateTo"), or discusses multi-platform development with Taro framework. Provides comprehensive Taro framework documentation including APIs, components, configuration, and development guides.
2026-01-05
word-cloud-generator.md
1
1
export
word-cloud-generator
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Generate styled word clouds from text with custom shapes, colors, fonts, and stopword filtering. Supports PNG/SVG export and frequency dictionaries.
2026-01-05
speckit-checklist-zh.md
1
1
export
speckit-checklist-zh
2
from
"forztf/open-skilled-sdd"
from
"forztf/open-skilled-sdd"
3
基于用户需求为当前功能生成定制检查清单的专业工具。专门用于需求质量验证,生成"英语的单元测试",验证需求的完整性、清晰度和一致性。触发词:speckit-checklist、检查清单、需求验证、质量检查、checklist、requirements validation、质量审查、spec review
2026-01-05
reasoningbank-with-agentdb.md
1
1
export
reasoningbank-with-agentdb
2
from
"pacphi/ampel"
from
"pacphi/ampel"
3
Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.
2026-01-05
liquid-quick.md
1
1
export
liquid-quick
2
from
"adilkalam/claude-vibe-code"
from
"adilkalam/claude-vibe-code"
3
Quick Liquid syntax reference and help. Use for fast Liquid questions without full project context loading.
2026-01-05
typescript.md
1
1
export
typescript
2
from
"specvital/web"
from
"specvital/web"
3
Provides comprehensive TypeScript development expertise and coding standards. Ensures type safety through strict type checking, implements clean code patterns, and maintains consistent architectural decisions. Specializes in advanced type system features including generics, conditional types, mapped types, and template literal types.Use when: working with TypeScript files (.ts/.tsx), defining type definitions and interfaces, implementing generic programming patterns, designing type-safe APIs, handling complex type transformations, integrating TypeScript with React/Vue/Angular frameworks, configuring strict mode settings, resolving type errors, or optimizing type performance in large codebases.
2026-01-05
service-object-patterns.md
1
1
export
service-object-patterns
2
from
"Kaakati/rails-enterprise-dev"
from
"Kaakati/rails-enterprise-dev"
3
Complete guide to implementing Service Objects in Ruby on Rails applications. Use this skill when creating business logic services, organizing service namespaces, handling service results, and designing service interfaces for complex operations. Trigger keywords: service objects, business logic, use cases, operations, command pattern, interactors, PORO, application services
2026-01-05
cloud-infrastructure.md
1
1
export
cloud-infrastructure
2
from
"89jobrien/steve"
from
"89jobrien/steve"
3
Cloud infrastructure design and deployment patterns for AWS, Azure, and GCP. Use when designing cloud architectures, implementing IaC with Terraform, optimizing costs, or setting up multi-region deployments.
2026-01-05
prd-maker.md
1
1
export
prd-maker
2
from
"Mharbulous/Listbot.ca"
from
"Mharbulous/Listbot.ca"
3
Create comprehensive Product Requirements Documents (PRDs), break down features into epics and user stories, and establish clear acceptance criteria. Use this skill when you need to: (1) Transform a project brief or business requirements into a structured PRD, (2) Define product scope and goals, (3) Create user stories with acceptance criteria, (4) Break down complex features into implementable epics, (5) Prioritize features and determine MVP scope, (6) Specify non-functional requirements, or (7) Translate business vision into development-ready specifications.
2026-01-05
nuxt-models.md
1
1
export
nuxt-models
2
from
"leeovery/claude-nuxt"
from
"leeovery/claude-nuxt"
3
Domain model classes with automatic hydration, relations, and type casting. Use when creating models for API entities, defining relationships between models, casting properties to enums/dates, or creating value objects.
2026-01-05
agentuity-cli-cloud-thread-get.md
1
1
export
agentuity-cli-cloud-thread-get
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Get details about a specific thread. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
jwc-ui-shadcn-workflow.md
1
1
export
jwc-ui-shadcn-workflow
2
from
"OhMinsSup/jwc-platform"
from
"OhMinsSup/jwc-platform"
3
packages/ui의 shadcn/ui + Tailwind v4 컴포넌트를 추가/수정할 때 기존 컴포넌트 재사용, cn()/cva 패턴, exports 영향, lint/typecheck 절차를 따릅니다.
2026-01-05
wcag-compliance-checker.md
1
1
export
wcag-compliance-checker
2
from
"Dexploarer/claudius-skills"
from
"Dexploarer/claudius-skills"
3
Checks websites for WCAG 2.1 Level AA compliance, identifies accessibility violations, and provides remediation guidance. Use when user asks to "check accessibility", "wcag compliance", "a11y audit", "accessibility violations", or "screen reader testing".
2026-01-05