Browse Skills
2258 skills found
bull-call-spread.md
1
1
export
bull-call-spread
2
from
"keith-mvs/ordinis"
from
"keith-mvs/ordinis"
3
Analyzes bull-call-spread debit spreads for bullish directional plays with defined risk. Requires numpy>=1.24.0, pandas>=2.0.0, matplotlib>=3.7.0, scipy>=1.10.0. Use when expecting moderate price increase, comparing vertical spread configurations, analyzing debit spread opportunities, calculating Greeks for multi-leg positions, or evaluating defined-risk bullish strategies on liquid optionable securities.
2026-01-05
echo.md
1
1
export
echo
2
from
"linehaul-ai/linehaulai-claude-marketplace"
from
"linehaul-ai/linehaulai-claude-marketplace"
3
Comprehensive guide for the Echo web framework. Use when building scalable, high-performance web applications and REST APIs in Go with features like flexible routing, middleware support, request/response binding, static file serving, and template rendering. Applies to installing Echo, defining routes, implementing middleware, handling requests/responses, and building web services.
2026-01-05
github-access.md
1
1
export
github-access
2
from
"lefant/claude-code-plugins"
from
"lefant/claude-code-plugins"
3
Access GitHub repositories programmatically using gh CLI or REST API. Use this skill when needing to interact with GitHub issues, pull requests, workflows, discussions, or actions. The skill automatically adapts based on available tools (gh CLI or curl) and requires GH_TOKEN for authentication.
2026-01-05
backend-api.md
1
1
export
backend-api
2
from
"imkdw/imkdw-dev"
from
"imkdw/imkdw-dev"
3
Design and implement NestJS REST API endpoints following the project's layered architecture (Controllers, Use Cases, Repositories). Use this skill when creating or modifying controller files (*.controller.ts), defining API routes, implementing HTTP handlers, setting up Swagger documentation, configuring route guards and decorators, working with request/response DTOs, or structuring API endpoints. This includes files in features/{feature}/controller/, auth/controller/, and any file with @Controller() decorator. Apply when working with API_ENDPOINTS constants, @Get/@Post/@Put/@Patch/@Delete decorators, @ApiTags/@ApiProperty swagger decorators, @Public/@MemberRoles custom decorators, HttpCode/HttpStatus configurations, or Query/Param/Body parameter decorators.
2026-01-05
database-standard.md
1
1
export
database-standard
2
from
"TrueNine/claude-code-projects"
from
"TrueNine/claude-code-projects"
3
Database design standards defining primary keys, foreign keys, audit fields, soft delete, junction tables. PostgreSQL style preferred, SQL lowercase without comments.
2026-01-05
project-structure.md
1
1
export
project-structure
2
from
"specvital/web"
from
"specvital/web"
3
Provides comprehensive project folder structure design guidelines and best practices. Defines standard directory organizations for diverse project types including monorepos, web frameworks, backend services, libraries, and extensions. Ensures scalable, maintainable architecture through consistent file organization patterns. Specializes in separation of concerns, modular architecture, and tooling integration.Use when: designing new project structures, organizing monorepo workspaces with tools like Turborepo/Nx, structuring NestJS backend projects, organizing React/Next.js frontend applications, designing Go service architectures, creating NPM package structures, organizing VSCode extension projects, structuring Chrome extension codebases, planning directory hierarchies, migrating legacy project structures, or establishing code organization conventions for teams.
2026-01-05
pricing-guidance.md
1
1
export
pricing-guidance
2
from
"sigridjineth/interview-copilot-with-skills"
from
"sigridjineth/interview-copilot-with-skills"
3
Claude API pricing, tier recommendations, token cost optimization, and ROI calculations for CDP features.
2026-01-05
quality-metrics.md
1
1
export
quality-metrics
2
from
"pacphi/ampel"
from
"pacphi/ampel"
3
Measure quality effectively with actionable metrics. Use when establishing quality dashboards, defining KPIs, or evaluating test effectiveness.
2026-01-05
issue-writing.md
1
1
export
issue-writing
2
from
"jclfocused/claude-agents"
from
"jclfocused/claude-agents"
3
Use this skill when writing, reviewing, or discussing issue descriptions, acceptance criteria, or task breakdowns. Ensures consistent, high-quality issue structure that any developer or AI can pick up and execute. Triggers when drafting issues, defining requirements, or when users ask "how should I write this issue?" or "what should the acceptance criteria be?"
2026-01-05
polkadot-api-patterns.md
1
1
export
polkadot-api-patterns
2
from
"QuantumFusion-network/w3zard-gen"
from
"QuantumFusion-network/w3zard-gen"
3
Essential patterns for polkadot-api (PAPI) development. Use when implementing blockchain interactions with Polkadot/Substrate chains including transactions (signing, batching, watching), queries (storage, multi-key), observables (lifecycle tracking), type handling (MultiAddress, Binary), client setup, or debugging PAPI code. Critical for preventing the common mistake of using @polkadot/api (PJS) instead of polkadot-api (PAPI). Load whenever user mentions polkadot-api, blockchain transactions, pallet calls, or needs to fix PAPI-related type errors.
2026-01-05
storybook-scaffolder.md
1
1
export
storybook-scaffolder
2
from
"okgoogle13/careercopilot"
from
"okgoogle13/careercopilot"
3
Scaffolds a new, M3-token-aware Storybook file (*.stories.tsx).
2026-01-05
doc-prd.md
1
1
export
doc-prd
2
from
"vladm3105/aidoc-flow-framework"
from
"vladm3105/aidoc-flow-framework"
3
Create Product Requirements Documents (PRD) following SDD methodology - Layer 2 artifact defining product features and user needs
2026-01-05
debugging-omnistrate-deployments.md
1
1
export
debugging-omnistrate-deployments
2
from
"omnistrate-community/kubecon-2025-agent-template"
from
"omnistrate-community/kubecon-2025-agent-template"
3
Systematically debug failed Omnistrate instance deployments using a progressive workflow that identifies root causes efficiently while avoiding token limits. Applies to deployment failures, probe issues, and helm-based resources.
2026-01-05
api-rest-design.md
1
1
export
api-rest-design
2
from
"CoderMariusz/MonoPilot"
from
"CoderMariusz/MonoPilot"
3
Apply when designing RESTful APIs, defining endpoints, HTTP methods, status codes, and response formats.
2026-01-05
frontend-css.md
1
1
export
frontend-css
2
from
"imkdw/imkdw-dev"
from
"imkdw/imkdw-dev"
3
Write Tailwind CSS v3 styles following the project's design system with custom preset, CSS variables, and terminal-themed design tokens. Use this skill when styling React components with Tailwind utility classes, using the custom Tailwind preset from @imkdw-dev/ui, working with CSS variables for theming (--background, --foreground, --primary, etc.), implementing dark mode with the .dark class, applying terminal or code syntax colors, using custom animations (fade-in, slide-up, terminal-blink), working with the @tailwindcss/typography plugin for prose content, or configuring Tailwind in tailwind.config.ts. This includes files in packages/ui/src/tokens/, packages/ui/src/styles/, any *.tsx file with className attributes, and tailwind.config.ts. Apply when adding styles to components, customizing the design system, or troubleshooting Tailwind class conflicts.
2026-01-05
build-transformations.md
1
1
export
build-transformations
2
from
"BellaBe/ideas-os"
from
"BellaBe/ideas-os"
3
Define natural transformations for cross-cutting concerns. Mapsstandardization config to categorical transformations (middleware,decorators). Use when: adding auth, logging, tracing, resilience patterns.
2026-01-05
epic-identification.md
1
1
export
epic-identification
2
from
"sjnims/requirements-expert"
from
"sjnims/requirements-expert"
3
This skill should be used when the user asks to "identify epics", "break down vision into epics", "find major features", "discover capability areas", "decompose vision", "group requirements into themes", "define high-level features", "what epics do I need", "turn vision into work items", or "split project into epics". Provides methodology for deriving epics from a vision statement using user journey mapping, capability decomposition, and stakeholder analysis.
2026-01-05
doc-sys-create-system-requirements-layer-6.md
1
1
export
doc-sys-create-system-requirements-layer-6
2
from
"vladm3105/aidoc-flow-framework"
from
"vladm3105/aidoc-flow-framework"
3
Create System Requirements (SYS) - Layer 6 artifact defining functional requirements and quality attributes
2026-01-05
integrity-bound-scope.md
1
1
export
integrity-bound-scope
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Define boundaries where claims or recommendations apply versus break down. Use when: (1) asked to define scope or boundaries, (2) claim presented as universal truth, (3) explaining why pattern works here but not there, (4) advice given without specifying applicable context.
2026-01-05
create-repository.md
1
1
export
create-repository
2
from
"madooei/backend-template"
from
"madooei/backend-template"
3
Create repository interface for data access abstraction. Use when adding a new resource that needs database operations, defining CRUD interface, or setting up repository pattern. Triggers on "new repository", "repository interface", "data access layer", "create repository".
2026-01-05
connecting-to-logseq.md
1
1
export
connecting-to-logseq
2
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
3
Manages connections to Logseq graphs via HTTP API, CLI, or MCP Server. Auto-invokes when users mention connecting to Logseq, API tokens, graph paths, connection issues, or backend configuration. Handles backend detection, environment setup, and connectivity troubleshooting.
2026-01-05
specialized-roles-skill.md
1
1
export
specialized-roles-skill
2
from
"pluginagentmarketplace/custom-plugin-nextjs"
from
"pluginagentmarketplace/custom-plugin-nextjs"
3
Master specialized tech careers including Product Management, Engineering Management, DevRel, Technical Writing, QA, Blockchain, Game Development, Cybersecurity, and UX Design. Navigate multiple career paths beyond traditional software development.
2026-01-05
cosmian-kms.md
1
1
export
cosmian-kms
2
from
"oriolrius/pki-manager-web"
from
"oriolrius/pki-manager-web"
3
Expert guidance for Cosmian Key Management System including key generation, certificate management, encryption operations, access policies, and KMS CLI operations. Use this when working with Cosmian KMS, cryptographic key management, or Cosmian-specific PKI operations.
2026-01-05
saas-pricing-strategy.md
1
1
export
saas-pricing-strategy
2
from
"bcasci/hustler-marketplace"
from
"bcasci/hustler-marketplace"
3
Advises on SaaS pricing strategy using Daniel Priestley's oversubscription principles and Patrick Campbell's value-based framework. Use when defining pricing tiers, selecting value metrics, positioning against competitors, or creating pricing page copy for any SaaS product.
2026-01-05