Browse Skills
20307 skills found
github-api-integration.md
2
1
export
github-api-integration
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub APIをGitHub Actions内で活用するための統合スキル。REST APIとGraphQL APIの両方を使用して、Issue、Pull Request、リリース、ワークフローなどの自動化を実現。Anchors:• GitHub REST API / 適用: Issue、PR、リポジトリ操作 / 目的: 標準的なCRUD操作• GitHub GraphQL API / 適用: 複雑なデータ取得 / 目的: 効率的なバッチ処理• RESTful Web APIs (Leonard Richardson) / 適用: API設計原則 / 目的: 適切なリソース設計Trigger:Use when integrating GitHub API calls in GitHub Actions, automating Issue and PR operations, generating release notes, managing repositories programmatically, or handling API authentication and rate limiting.github api, rest api, graphql, gh cli, automation, issue, pull request, release
2026-01-05
scanning-for-gdpr-compliance.md
2
1
export
scanning-for-gdpr-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to scan applications and data systems for GDPR compliance issues. It identifies potential violations related to data protection, privacy rights, consent management, and other regulatory requirements. Use this skill when the user asks to "scan for GDPR compliance", check "GDPR compliance", or audit for "data privacy". The skill leverages the `gdpr-compliance-scanner` plugin to perform a comprehensive assessment and generate a detailed report.
2026-01-05
type-project-organization.md
2
1
export
type-project-organization
2
from
"ruan-cat/11comm"
from
"ruan-cat/11comm"
3
规范类型项目(apps/type)的代码组织方式、导出语法和文件结构。用于解决类型导出冲突、创建统一导出入口、处理重复导出等问题。适用于类型项目开发、类型错误修复、代码规范实施场景。在处理类型项目的代码写法时,请使用本技能。
2026-01-05
conversation-search.md
2
1
export
conversation-search
2
from
"akatz-ai/cc-conversation-search"
from
"akatz-ai/cc-conversation-search"
3
Find and resume Claude Code conversations by searching topics or filtering by date. Returns session IDs and project paths for easy resumption via 'claude --resume'. Use when user asks "find that conversation about X", "what did we discuss", "what did we work on yesterday", "summarize today's work", "show this week's conversations", "recent projects we accomplished", or wants to locate past work by topic, date, or time period (yesterday, today, last week, specific dates).
2026-01-05
nixtla-schema-mapper.md
2
1
export
nixtla-schema-mapper
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Infer data schema and generate Nixtla-compatible transformations from CSV, SQL, Parquet, or dbt sources
2026-01-05
clix-integration.md
2
1
export
clix-integration
2
from
"clix-so/skills"
from
"clix-so/skills"
3
Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native projects. Provides step-by-step guidance for installation, initialization, and verification. Use when the user asks to install, setup, or configure Clix analytics.
2026-01-05
frontend-design.md
2
1
export
frontend-design
2
from
"bdecrem/vibeceo"
from
"bdecrem/vibeceo"
3
Comprehensive frontend design principles for creating distinctive, aesthetically compelling web interfaces. Use when creating HTML artifacts, React components, or any frontend UI work to avoid generic "AI slop" aesthetics and instead produce creative, surprising, and delightful designs.
2026-01-05
file-exclusion-patterns.md
2
1
export
file-exclusion-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ファイル監視システムにおける効率的な除外パターン設計の専門知識。.gitignore互換のglob pattern、プラットフォーム固有の一時ファイル除外、パフォーマンス最適化のための早期除外戦略を提供。Anchors:• The Pragmatic Programmer / 適用: ファイル監視・パターン設計 / 目的: 実用的な除外戦略とglob構文の習得• Software Engineering at Google / 適用: パフォーマンス最適化・クロスプラットフォーム対応 / 目的: 早期除外戦略とOS間の統一設定• Refactoring / 適用: パターンの保守性 / 目的: 重複を排除し明確な意図を持つ設計Trigger:Use when designing file exclusion patterns, optimizing .gitignore files, improving file watching performance, or implementing cross-platform exclusion rules.Keywords: gitignore, glob pattern, file watching, chokidar, build optimization, node_modules, platform-specific, .DS_Store, Thumbs.db, performance tuning
2026-01-05
fullstory-page-properties.md
2
1
export
fullstory-page-properties
2
from
"fullstorydev/fs-skills"
from
"fullstorydev/fs-skills"
3
Comprehensive guide for implementing Fullstory's Page Properties API (setProperties with type 'page') for web applications. Teaches proper page naming, contextual data capture, SPA navigation handling, and session-scoped properties. Includes detailed good/bad examples for search results, checkout flows, dashboards, and content pages to help developers enrich page context for analytics and journey mapping.
2026-01-05
conducting-chaos-engineering.md
2
1
export
conducting-chaos-engineering
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to design and execute chaos engineering experiments to test system resilience. It is used when the user requests help with failure injection, latency simulation, resource exhaustion testing, or resilience validation. The skill is triggered by discussions of chaos experiments (GameDays), failure injection strategies, resilience testing, and validation of recovery mechanisms like circuit breakers and retry logic. It leverages tools like Chaos Mesh, Gremlin, Toxiproxy, and AWS FIS to simulate real-world failures and assess system behavior.
2026-01-05
skill-builder.md
2
1
export
skill-builder
2
from
"phrazzld/claude-config"
from
"phrazzld/claude-config"
3
Create new Claude Code skills from procedural knowledge. Invoke PROACTIVELY when:- Discovering a reusable workflow pattern worth preserving- User asks to "capture this as a skill" or "make this reusable"- Recognizing institutional knowledge that should persist- After solving a problem in a novel way worth repeating- Noticing repeated patterns across sessionsAUTONOMOUS: Create skills proactively, then inform user what was created.
2026-01-05
jscodeshift-codemods.md
2
1
export
jscodeshift-codemods
2
from
"third774/dotfiles"
from
"third774/dotfiles"
3
Write and debug AST-based codemods using jscodeshift for automated code transformations. Use when creating migrations, API upgrades, pattern standardization, or large-scale refactoring.
2026-01-05
caching-strategies-gha.md
2
1
export
caching-strategies-gha
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actions のキャッシュ戦略を設計し、キー設計、パス選定、ヒット率改善、10GB制限管理を行うスキル。actions/cache の最適化、依存キャッシュの分割、Dockerレイヤー連携などを体系化する。Anchors:• The Pragmatic Programmer / 適用: 実践的改善 / 目的: 反復的な最適化• Continuous Delivery / 適用: パイプライン最適化 / 目的: 実行時間の短縮• Site Reliability Engineering / 適用: キャパシティ管理 / 目的: キャッシュ制限の管理Trigger:Use when optimizing GitHub Actions cache performance, designing cache keys/paths, reducing CI build time, or managing cache size limits.
2026-01-05
test-writer.md
2
1
export
test-writer
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Test generation expertise for Python (pytest) and TypeScript (Jest). Use when writing new tests, improving coverage, or creating test fixtures. Ensures comprehensive coverage including edge cases, error scenarios, and integration tests.
2026-01-05
git-absorb.md
2
1
export
git-absorb
2
from
"dashed/claude-marketplace"
from
"dashed/claude-marketplace"
3
Automatically fold uncommitted changes into appropriate commits on a feature branch. Use when applying review feedback, fixing bugs in feature branches, or maintaining atomic commit history without manual interactive rebasing. Particularly useful for making corrections to recent commits without creating messy "fixes" commits.
2026-01-05
swift-ui.md
2
1
export
swift-ui
2
from
"mpazaryna/claude-toolkit"
from
"mpazaryna/claude-toolkit"
3
SwiftUI implementation patterns for building polished iOS/macOS apps. Use when building views, managing state, creating layouts, implementing animations, or structuring app architecture in SwiftUI.
2026-01-05
plugin-validator.md
2
1
export
plugin-validator
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatically validates Claude Code plugin structure, schemas, and compliance when user mentions validate plugin, check plugin, or plugin errors. Runs comprehensive validation specific to claude-code-plugins repository standards.
2026-01-05
rpg-toolkit-development.md
2
1
export
rpg-toolkit-development
2
from
"KirkDiggler/rpg-toolkit"
from
"KirkDiggler/rpg-toolkit"
3
Use this skill when working on rpg-toolkit codebase - provides architecture patterns, testing guidelines, error handling, and D&D 5e combat mechanics knowledge
2026-01-05
orchestrating-test-workflows.md
2
1
export
orchestrating-test-workflows
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".
2026-01-05
react-component-generator.md
2
1
export
react-component-generator
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Generates modern React components with TypeScript, hooks, proper props typing, and best practices. Use when creating React components or scaffolding UI elements.
2026-01-05
brain-operating-system.md
2
1
export
brain-operating-system
2
from
"jonmagic/skills"
from
"jonmagic/skills"
3
Quick reference for operating within jonmagic's second-brain workspace. Use when working with files in the brain repository—provides directory structure, naming conventions, append-only norms, wikilink patterns, and file organization rules. Essential for understanding where to create files, how to name them, and how to maintain continuity with existing structures.
2026-01-05
bugfixforever.md
2
1
export
bugfixforever
2
from
"ships/eden"
from
"ships/eden"
3
State-of-the-art procedure for fixing bugs in software projects. Use this skill when a bug has been detected or declared by the user, agent, or another skill (not during early-stage work in progress). Enforces a disciplined test-driven approach - understand, reproduce experimentally, write failing tests, fix the code, and clean up.
2026-01-05
mind-palace.md
2
1
export
mind-palace
2
from
"KohlJary/project-cass"
from
"KohlJary/project-cass"
3
Navigate Mind Palace to query entity knowledge about codebase subsystems. Use when understanding architecture, exploring how systems work, or checking for hazards/gotchas before modifying code.
2026-01-05
error-handling-patterns.md
2
1
export
error-handling-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
エラーハンドリングの設計・実装パターンスキル。エラー分類、リトライ戦略、サーキットブレーカー、ユーザー向けメッセージ設計を提供。Anchors:- Release It! (Michael Nygard) / 適用: 本番環境の安定性パターン / 目的: リトライ・サーキットブレーカー設計- Designing Data-Intensive Applications (Kleppmann) / 適用: 分散システムのエラー処理 / 目的: 冪等性・一貫性保証Trigger:Use when implementing error handling, retry logic, circuit breaker, error messages, error classification, or resilience patterns.error handling, retry, circuit breaker, resilience, fault tolerance, error codes, error messages
2026-01-05