Browse Skills

44969 skills found

dev-onboarding-builder.md
2
1 export dev-onboarding-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates comprehensive developer onboarding documentation and materials including step-by-step setup guides, first-task assignments, expected time per step, common troubleshooting, team introductions, and code walkthrough tours. Use when preparing "new developer onboarding", "first day setup", "junior dev training", or "team member onboarding".
2026-01-05
nextjs-optimization.md
2
1 export nextjs-optimization
2 nekorush14 from "nekorush14/dotfiles"
3 Optimize Next.js applications for performance and SEO with image/font optimization, bundle optimization, caching, and Core Web Vitals improvements. Use when optimizing performance, improving SEO, or enhancing user experience.
2026-01-05
tel-start.md
2
1 export tel-start
2 blueif16 from "blueif16/claude-code-with-telegram"
3 启动 Telegram Webhook 服务器(主服务器或项目服务器)
2026-01-05
position-sizer.md
2
1 export position-sizer
2 IgorGanapolsky from "IgorGanapolsky/trading"
3 Calculates optimal position sizes using volatility-adjusted methods, Kelly Criterion, and risk management
2026-01-05
taskfile-manager.md
2
1 export taskfile-manager
2 brianclaridge from "brianclaridge/.claude"
3 Validate Taskfile.yml against best practices (Rule 090). Use when user says "/taskfile", "validate taskfile", "check tasks", "taskfile best practices".
2026-01-05
claude-code-analyzer.md
2
1 export claude-code-analyzer
2 modille from "modille/dotfiles"
3 Analyzes Claude Code usage patterns and provides comprehensive recommendations. Runs usage analysis, discovers GitHub community resources, suggests CLAUDE.md improvements, and fetches latest docs on-demand. Use when user wants to optimize their Claude Code workflow, create configurations (agents/skills/commands), or set up project documentation.
2026-01-05
grant-proposal.md
2
1 export grant-proposal
2 poemswe from "poemswe/co-researcher"
3 Guidance for structuring and writing PhD-level funding applications and grant proposals (e.g., NSF, NIH, ERC). Focuses on narrative arc, significance, innovation, and methodological feasibility.
2026-01-05
otel-observability.md
2
1 export otel-observability
2 raphaelmansuy from "raphaelmansuy/k8s-agent-stack"
3 Implement OpenTelemetry-based observability for traces, metrics, and logs. Use for distributed tracing, Prometheus metrics, structured logging, and agent monitoring. Triggers on "OpenTelemetry", "OTEL", "tracing", "metrics", "observability", "Prometheus", "Grafana", "distributed tracing", or when implementing spec/007-observability.md.
2026-01-05
estimation-techniques.md
2
1 export estimation-techniques
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ストーリーポイント、プランニングポーカー、相対見積もりを用いたアジャイル見積もり技法。チーム合意に基づく予測可能性と柔軟性を両立する見積もりプロセスを実践する。Anchors:• Agile Estimating and Planning (Mike Cohn) / 適用: 見積もり手法全般 / 目的: ストーリーポイント理論• Scrum Guide / 適用: スプリント計画 / 目的: ベロシティ運用• Planning Poker実践ガイド / 適用: セッション進行 / 目的: アンカリング防止Trigger:Use when estimating user stories, running planning poker sessions, tracking velocity, or improving estimation accuracy.見積もり, ストーリーポイント, プランニングポーカー, ベロシティ, 相対見積もり, スプリント計画, 工数見積もり
2026-01-05
parallel-jobs-gha.md
2
1 export parallel-jobs-gha
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actionsの並列ジョブ実行とジョブ依存関係管理のスキル。needs構文による依存関係制御、outputs/artifacts/cacheを活用したデータ受け渡し、matrix戦略による並列度調整を提供する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) - CI/CDパイプラインの段階的改善による実行時間短縮とリソース効率化• GitHub Actions公式ドキュメント - needs構文、outputs、artifacts、cacheの正確な実装• Continuous Delivery (Jez Humble, David Farley) - フィードバックサイクル短縮とパイプライン最適化Trigger:Use when implementing parallel job execution in GitHub Actions, managing job dependencies with needs syntax, or optimizing workflow performance through parallelization.
2026-01-05
auth-security-validator.md
2
1 export auth-security-validator
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Autonomous validation of authentication security. Checks password hashing, cookie configuration, CSRF protection, and session management for OWASP compliance.
2026-01-05
building-recommendation-systems.md
2
1 export building-recommendation-systems
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to construct recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. It analyzes user preferences, item features, and interaction data to generate personalized recommendations. Use this skill when the user requests to build a recommendation engine, needs help with collaborative filtering, wants to implement content-based filtering, or seeks to rank items based on relevance for a specific user or group of users. It is triggered by requests involving "recommendations", "collaborative filtering", "content-based filtering", "ranking items", or "building a recommender".
2026-01-05
managing-database-recovery.md
2
1 export managing-database-recovery
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill manages database recovery operations using the database-recovery-manager plugin. It enables disaster recovery, point-in-time recovery (PITR), and automated failover strategies for production database systems. Use this skill when the user requests help with "database recovery", "disaster recovery", "point-in-time recovery", "PITR", "backup validation", "recovery testing", or "multi-region failover" for databases. It automates backup verification and recovery testing.
2026-01-05
blueprint.md
2
1 export blueprint
2 KwakYounHo from "KwakYounHo/blueprint"
3 Provides unified CLI access for Blueprint framework - gate validation, document templates, FrontMatter schemas, worker handoffs, constitutions, and worker registry.
2026-01-05
yq.md
2
1 export yq
2 kylesnowschwartz from "kylesnowschwartz/dotfiles"
3 This skill should be used when the user asks to "get a field from docker-compose", "extract value from yaml", "what services are in this compose file", "get the image from kubernetes manifest", "pull workflow triggers from github actions", "check the version in pubspec.yaml", or when needing specific fields from YAML/JSON config files without loading the entire file.
2026-01-05
rspec-model-testing.md
2
1 export rspec-model-testing
2 nekorush14 from "nekorush14/dotfiles"
3 Write RSpec tests for ActiveRecord models including validations, associations, scopes, and model methods. Use when testing model behavior, data integrity rules, or creating model specs following TDD.
2026-01-05
stakeholder-communication.md
2
1 export stakeholder-communication
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ステークホルダーとのコミュニケーション計画、進捗報告、期待値調整、合意形成を支援するスキル。関係者の期待値と影響度を整理し、透明性の高い報告と合意形成を促進する。Anchors:• PMBOK Guide / 適用: コミュニケーション管理 / 目的: 期待値調整と報告体系化• Stakeholder Theory (R. Edward Freeman) / 適用: 関係者分析 / 目的: 影響度と期待値の整理• Nonviolent Communication (Marshall Rosenberg) / 適用: 対話設計 / 目的: 建設的な合意形成Trigger:Use when planning stakeholder communication, preparing status updates, managing expectations, facilitating alignment, or resolving conflicts.stakeholder, communication plan, status report, expectation management, alignment, conflict resolution
2026-01-05
session-end.md
2
1 export session-end
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Mandatory session close-out with IG audit, AAR, and optional HISTORIAN. Enforces clean session handoff.
2026-01-05
design-qa.md
2
1 export design-qa
2 mevans2120 from "mevans2120/design-suite-claude-skills"
3 Reviews finished and in-progress digital products to assess adherence to design specifications and discover potential issues with those specifications. Validates implementation against design intent, identifies visual and interaction discrepancies, and provides actionable feedback for design and engineering teams.
2026-01-05
go-nil.md
2
1 export go-nil
2 JamesPrial from "JamesPrial/claudefiles"
3 Go nil safety patterns. Routes to specific traps.
2026-01-05
differential-region-analysis.md
2
1 export differential-region-analysis
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 The differential-region-analysis pipeline identifies genomic regions exhibiting significant differences in signal intensity between experimental conditions using a count-based framework and DESeq2. It supports detection of both differentially accessible regions (DARs) from open-chromatin assays (e.g., ATAC-seq, DNase-seq) and differential transcription factor (TF) binding regions from TF-centric assays (e.g., ChIP-seq, CUT&RUN, CUT&Tag). The pipeline can start from aligned BAM files or a precomputed count matrix and is suitable whenever genomic signal can be summarized as read counts per region.
2026-01-05
deployment-advisor.md
2
1 export deployment-advisor
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Choose deployment strategy and infrastructure. Use when deciding where to deploy applications, setting up CI/CD, or configuring production environments. Covers Vercel, Railway, AWS, Cloudflare Workers, and Docker.
2026-01-05
claude-allow-stop.md
2
1 export claude-allow-stop
2 ManuelKugelmann from "ManuelKugelmann/BitBot"
3 Return to normal stop behavior. Use PROACTIVELY after completing all tasks in continuous work mode, when work is committed and tests pass, or when reaching natural stopping point. User can invoke with /claude-allow-stop.
2026-01-05
support-data-analyzer.md
2
1 export support-data-analyzer
2 jeffvincent from "jeffvincent/claude-config"
3 Analyze customer support data (Excel/CSV with PIT, Support Tickets, CSAT) to categorize issues, prioritize by impact (P0-P3), and generate strategic markdown reports with examples and trends.
2026-01-05