Browse Skills
44915 skills found
reward-shaping-engineering.md
0
1
export
reward-shaping-engineering
2
from
"tachyon-beep/hamlet"
from
"tachyon-beep/hamlet"
3
Master reward function design - potential-based shaping, hacking patterns, validation
2026-01-05
freeagent-api.md
0
1
export
freeagent-api
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Interacts with the FreeAgent accounting API to manage invoices, contacts, projects, expenses, timeslips, and other financial data. Use when the user needs to retrieve, create, update, or analyze FreeAgent accounting information via the API.
2026-01-05
architecture-design.md
0
1
export
architecture-design
2
from
"Taira0222/juku-cloud-frontend"
from
"Taira0222/juku-cloud-frontend"
3
アーキテクチャ設計書を作成するスキル
2026-01-05
configuring-dapr-pubsub.md
0
1
export
configuring-dapr-pubsub
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Configures Dapr pub/sub components for event-driven microservices with Kafka or Redis.Use when wiring agent-to-agent communication, setting up event subscriptions, or integrating Dapr sidecars.Covers component configuration, subscription patterns, publishing events, and Kubernetes deployment.NOT when using direct Kafka clients or non-Dapr messaging patterns.
2026-01-05
release-workflow.md
0
1
export
release-workflow
2
from
"graysurf/agentic-coding-skills"
from
"graysurf/agentic-coding-skills"
3
Execute project release workflows by locating and following project-specific RELEASE_GUIDE.md in the repository root or docs/. Use when asked to perform a release, publish a release, cut a tag, run release steps, or when a user references RELEASE_GUIDE.md.
2026-01-05
rpi-workflow.md
0
1
export
rpi-workflow
2
from
"matt-riley/mjrwtf"
from
"matt-riley/mjrwtf"
3
Apply a Research → Plan → Implement → Validate workflow with Copilot CLI, including context budgeting and persistent artifacts via /share.
2026-01-05
sync-to-main.md
0
1
export
sync-to-main
2
from
"coopeverything/TogetherOS"
from
"coopeverything/TogetherOS"
3
**AUTO-TRIGGER when:**- Progress reaches 5% milestone (5%, 10%, 15%, 20%...)- User says "sync [module] to main"- User says "approve main sync"- User says "reconcile [module] with main"Manages two-phase sync from yolo to main: (1) WIP markers to prevent contributor conflicts, (2) code sync with CI reconciliation after production validation.Use proactively without asking permission when task matches skill purpose.
2026-01-05
gapless-crypto-clickhouse-onboarding.md
0
1
export
gapless-crypto-clickhouse-onboarding
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Onboard company employees (Claude Code CLI users) to use gapless-crypto-clickhouse package with ClickHouse Cloud credentials. Use when company employee needs to set up ClickHouse Cloud access, mentions first-time setup, credential configuration, connection testing, or troubleshooting ClickHouse Cloud connections.
2026-01-05
security.md
0
1
export
security
2
from
"atrawog/bazzite-ai-plugins"
from
"atrawog/bazzite-ai-plugins"
3
Security configuration for Bazzite. LUKS disk encryption with TPM auto-unlock,secure boot key management, and sudo password feedback. Use when users needto configure security features.
2026-01-05
trello-manager.md
0
1
export
trello-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage Trello boards, lists, and cards. Use this skill when the user wants to view, create, or update their Trello tasks, boards, or project status.
2026-01-05
summarize-meeting.md
0
1
export
summarize-meeting
2
from
"braselog/researchAssistant"
from
"braselog/researchAssistant"
3
Extract action items, decisions, and key points from meeting transcripts. Automatically routes items to tasks.md or GitHub Issues based on complexity. Use when the user types /summarize_meeting or after running /transcribe.
2026-01-05
async-await-checker.md
0
1
export
async-await-checker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automatically applies when writing Python functions that call async operations. Ensures proper async/await pattern usage (not asyncio.run) to prevent event loop errors.
2026-01-05
collimator-optics.md
0
1
export
collimator-optics
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use profunctor optics from the Collimator library for Lean 4. Use when working with lenses, prisms, traversals, or nested data access.
2026-01-05
git-version-control.md
0
1
export
git-version-control
2
from
"pluginagentmarketplace/custom-plugin-data-engineer"
from
"pluginagentmarketplace/custom-plugin-data-engineer"
3
Git workflows, branching, collaboration, and code management
2026-01-05
time-awareness.md
0
1
export
time-awareness
2
from
"brendanbecker/SREcodex"
from
"brendanbecker/SREcodex"
3
Provides current date/time information for temporal queries and calculations
2026-01-05
changelog-updater.md
0
1
export
changelog-updater
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Auto-update CHANGELOG.md following Keep a Changelog format.LOAD THIS SKILL WHEN: User mentions "changelog", "version", "release notes" | says "更新日誌", "版本", "變更記錄" | before releases | after completing features or fixes.CAPABILITIES: Categorize changes (Added/Changed/Fixed/Removed), determine version numbers, Keep a Changelog format.
2026-01-05
skill-name.md
0
1
export
skill-name
2
from
"AlexanderRosenberg/DocOCR"
from
"AlexanderRosenberg/DocOCR"
3
Description of what the skill does and when to use it
2026-01-05
best-practices.md
0
1
export
best-practices
2
from
"InKCre/design"
from
"InKCre/design"
3
Best practices for developing with @inkcre/web-design including coding guidelines and accessibility.
2026-01-05
nextjs-server-navigation.md
0
1
export
nextjs-server-navigation
2
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
3
Guide for implementing navigation in Next.js Server Components using Link component and redirect() function. Covers the difference between server and client navigation methods. Use when adding links, redirects, or navigation logic in server components without converting them to client components unnecessarily.
2026-01-05
mastering-typescript.md
0
1
export
mastering-typescript
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Master enterprise-grade TypeScript development with type-safe patterns, modern tooling, and framework integration. This skill provides comprehensive guidance for TypeScript 5.9+, covering type system fundamentals (generics, mapped types, conditional types, satisfies operator), enterprise patterns (error handling, validation with Zod), React integration for type-safe frontends, NestJS for scalable APIs, and LangChain.js for AI applications. Use when building type-safe applications, migrating JavaScript codebases, configuring modern toolchains (Vite 7, pnpm, ESLint, Vitest), implementing advanced type patterns, or comparing TypeScript with Java/Python approaches.
2026-01-05
sikhaid-components.md
0
1
export
sikhaid-components
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when creating, modifying, or understanding Svelte components in SikhAid project. Covers component naming conventions, file organization, component hierarchy, import patterns, and reusable UI patterns.
2026-01-05
zzik-react-query-patterns.md
0
1
export
zzik-react-query-patterns
2
from
"wewew2634-pixel/zzik-map"
3
TanStack Query (React Query) patterns for ZZIK v5.1 state management.
2026-01-05
expo-app-config-variants.md
0
1
export
expo-app-config-variants
2
from
"amandeepmittal/custom-codex-skills"
from
"amandeepmittal/custom-codex-skills"
3
Convert app.json to app.config.ts and manage multiple app variants (dev/staging/prod) in Expo projects using expo-dev-client. Use when introducing typed config, variant-specific identifiers/schemes/icons/env, or building custom dev clients.
2026-01-05
beads-workflow.md
0
1
export
beads-workflow
2
from
"stars-end/agent-skills"
from
"stars-end/agent-skills"
3
Beads issue tracking and workflow management with automatic git branch creation. MUST BE USED for Beads operations.Handles full epic→branch→work lifecycle, dependencies, and ready task queries.Use when creating epics/features (auto-creates branch), tracking work, finding ready issues, or managing dependencies,or when user mentions "create issue", "track work", "bd create", "find ready tasks",issue management, dependencies, work tracking, or Beads workflow operations.
2026-01-05