name stringlengths 2 64 | description stringlengths 3 1.02k ⌀ | source stringclasses 6
values | path stringclasses 198
values | url stringlengths 29 246 | author stringlengths 2 33 ⌀ |
|---|---|---|---|---|---|
generate-constitution | Derive technical development principles FROM user needs in product.md using evidence-based reasoning. Creates constitution.md with architecture decisions, tech stack choices, and development constraints - all traced back to specific user needs. Use when user mentions "technical principles", "constitution", "architectur... | skillsmp.com | null | https://github.com/yangsi7/fine-tuning-exercise-generation/tree/master/.claude/skills/generate-constitution | yangsi7 |
task-generation | Generate user-story-organized task lists from implementation plans. Use when plan exists and user is ready for implementation, mentions "create tasks", "break down work", or asks "what tasks are needed" to implement the feature. | skillsmp.com | null | https://github.com/yangsi7/fine-tuning-exercise-generation/tree/master/.claude/skills/generate-tasks | yangsi7 |
implement-and-verify | Implement tasks from plans with test-first approach, user-story-centric execution, and AC verification. Use proactively when executing implementation plans. Enforces quality gates, MVP-first delivery, and Article VII story-by-story implementation. | skillsmp.com | null | https://github.com/yangsi7/fine-tuning-exercise-generation/tree/master/.claude/skills/implement-and-verify | yangsi7 |
specification-creation | Create technology-agnostic feature specifications using intelligence-first queries. Use when user describes what they want to build, mentions requirements, discusses user needs, or says "I want to create/build/implement" something. This skill enforces Article IV Specification-First Development. | skillsmp.com | null | https://github.com/yangsi7/fine-tuning-exercise-generation/tree/master/.claude/skills/specify-feature | yangsi7 |
fastmcp-builder | Build production-ready MCP servers using FastMCP framework with proven patterns for tools, resources, prompts, OAuth authentication, and comprehensive testing. Use this when creating FastMCP-based MCP servers with features like Google OAuth, multiple resource types, testing with FastMCP Client, or complex tool implemen... | skillsmp.com | null | https://github.com/husniadil/fastmcp-builder | husniadil |
using-content-driven-development | Apply a Content Driven Development process to AEM Edge Delivery Services development. Use for all development tasks, including building new blocks, modifying existing blocks, making changes to core decoration functionality, etc. | skillsmp.com | null | https://github.com/shsteimer/shsteimer-com/tree/main/.claude/skills/content-driven-development | shsteimer |
create-worktree-skill | Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with parallel-runnin... | skillsmp.com | null | https://github.com/disler/claude-code-hooks-multi-agent-observability/tree/main/.claude/skills/create-worktree-skill | disler |
create-new-skills | Creates new Agent Skills for Claude Code following best practices and documentation. Use when the user wants to create a new skill, extend Claude's capabilities, or package domain expertise into a reusable skill. | skillsmp.com | null | https://github.com/disler/claude-code-hooks-multi-agent-observability/tree/main/.claude/skills/meta-skill | disler |
video-processor | Process video files with audio extraction, format conversion (mp4, webm), and Whisper transcription. Use when user mentions video conversion, audio extraction, transcription, mp4, webm, ffmpeg, or whisper transcription. | skillsmp.com | null | https://github.com/disler/claude-code-hooks-multi-agent-observability/tree/main/.claude/skills/video-processor | disler |
worktree-manager-skill | Comprehensive git worktree management. Use when the user wants to create, remove, list, or manage worktrees. Handles all worktree operations including creation, deletion, and status checking. | skillsmp.com | null | https://github.com/disler/claude-code-hooks-multi-agent-observability/tree/main/.claude/skills/worktree-manager-skill | disler |
macos-shortcuts | Manage and interact with macOS Shortcuts. Use this skill when the user wants to list available shortcuts, view a shortcut in the Shortcuts app, or run a shortcut. Supports running shortcuts with or without input parameters. | skillsmp.com | null | https://github.com/artemnovichkov/shortcuts-skill/tree/main/.claude/skills/shortcuts | artemnovichkov |
idcounters | REQ/TSK/SUB の三階層IDを同時作成でも重複させないため、counters(scope,last) を トランザクションでインクリメントして採番する手法。ユニーク違反時は指数バックオフでリトライする。 | skillsmp.com | null | https://github.com/small-java-world/todo-manage/tree/master/todo-api-skills/architecture.id-allocation.counters-v1 | small-java-world |
cas | 修正パッチとテストログを CAS に格納し、タスクへ role 付きでリンクする。 再現性と追跡可能性を担保するための Skill。 | skillsmp.com | null | https://github.com/small-java-world/todo-manage/tree/master/todo-api-skills/ops.review.evidence-v1 | small-java-world |
tdd-red | 受入条件の中から最小の1点だけを RED にする。複数失敗要因を同時に作らない。 RED→GREEN→REFACTOR の順を厳守するための Skill。 | skillsmp.com | null | https://github.com/small-java-world/todo-manage/tree/master/todo-api-skills/tdd.red-case.write-v1 | small-java-world |
debug | Use when user encounters errors or bugs in their automation tool. Guides through systematic debugging: reproduce error → collect info → analyze root cause → fix → verify. Triggered by "/debug" command or error reports. | skillsmp.com | null | https://github.com/mnthe/kdccai-plugin/tree/main/skills/debug | mnthe |
implement | Use when user wants to implement tasks from a plan (PLN-XXX). Uses TDD internally (hidden from user), guides through task-by-task implementation with progress updates in user's preferred language. Triggered by "/implement" command or requests like "구현하고 싶어요" or "코드 작성해주세요". | skillsmp.com | null | https://github.com/mnthe/kdccai-plugin/tree/main/skills/implement | mnthe |
plan | Use when user wants to create an implementation plan for their automation tool. Guides through requirements gathering → scenario definition → task breakdown. Creates PLN-XXX plan documents in docs/plans/. Triggered by "/plan" command or natural language requests like "계획 세우고 싶어요" or "무엇을 만들지 정리하고 싶어요". | skillsmp.com | null | https://github.com/mnthe/kdccai-plugin/tree/main/skills/plan | mnthe |
project-init | Use when a non-developer user wants to create a new automation tool project. Sets up Python environment, project structure, and CLAUDE.md context file. Guides through environment setup → context gathering → structure initialization in user's preferred language. | skillsmp.com | null | https://github.com/mnthe/kdccai-plugin/tree/main/skills/project-init | mnthe |
blog-article-generator | ブログ記事を体系的に生成します。テーマ分析、アウトライン作成、本文執筆、参考文献追加を含む完全なブログ記事作成プロセスを実行します。ブログ記事、技術記事、コラムを書く場合に使用します。 | skillsmp.com | null | https://github.com/test141515111/blog-writing-suite/tree/main/skills/blog-article-generator | test141515111 |
markdown-formatter | Markdownファイルのフォーマットと整形を実行します。見出し構造の修正、コードブロックの整形、リンク検証、表の整列、一貫性のあるスタイル適用を行います。Markdown整形、フォーマット、スタイル統一について言及する場合に使用します。 | skillsmp.com | null | https://github.com/test141515111/blog-writing-suite/tree/main/skills/markdown-formatter | test141515111 |
seo-optimizer | ブログ記事やWebコンテンツのSEO最適化を実行します。キーワード分析、メタディスクリプション作成、見出し構造最適化、内部リンク戦略を提供します。SEO、検索順位、キーワードについて言及する場合に使用します。 | skillsmp.com | null | https://github.com/test141515111/blog-writing-suite/tree/main/skills/seo-optimizer | test141515111 |
implementation-phase | Standard Operating Procedure for /implement phase. Covers TDD workflow, anti-duplication checks, task execution, and continuous testing. | skillsmp.com | null | https://github.com/oxie/portfolio-cms-project/tree/main/.claude/skills/implementation-phase | oxie |
optimization-phase | Standard Operating Procedure for /optimize phase. Covers performance benchmarking, accessibility audit, security review, and code quality checks. | skillsmp.com | null | https://github.com/oxie/portfolio-cms-project/tree/main/.claude/skills/optimization-phase | oxie |
planning-phase | Standard Operating Procedure for /plan phase. Covers research depth, code reuse detection, design pattern selection, and architecture planning. | skillsmp.com | null | https://github.com/oxie/portfolio-cms-project/tree/main/.claude/skills/planning-phase | oxie |
preview-phase | Standard Operating Procedure for /preview phase. Covers manual UI/UX testing, user flow validation, and pre-deployment verification on local dev server. | skillsmp.com | null | https://github.com/oxie/portfolio-cms-project/tree/main/.claude/skills/preview-phase | oxie |
roadmap-integration | Standard Operating Procedure for /roadmap usage. Manage product roadmap (brainstorm, prioritize, track). | skillsmp.com | null | https://github.com/oxie/portfolio-cms-project/tree/main/.claude/skills/roadmap-integration | oxie |
specification-phase | Standard Operating Procedure for /specify phase. Covers classification, research depth, clarification strategy, and roadmap integration. | skillsmp.com | null | https://github.com/oxie/portfolio-cms-project/tree/main/.claude/skills/specification-phase | oxie |
skill-name-lowercase-with-hyphens | [What this skill does AND when Claude should use it. Be specific about trigger terms. Max 1024 characters] | skillsmp.com | null | https://github.com/imachocolateman/The-Claudfather/tree/main/templates/skill-template | imachocolateman |
planning | Provides expertise on how to plan for work in this repo | skillsmp.com | null | https://github.com/yankeeinlondon/typed-tester/tree/main/.claude/skills/planning | yankeeinlondon |
testing | Provides expertise on how to write effective unit tests (runtime and type tests), make testing decisions, and incorporate TDD into development workflows | skillsmp.com | null | https://github.com/yankeeinlondon/typed-tester/tree/main/.claude/skills/testing | yankeeinlondon |
database-schema-analyzer | Analyze PostgreSQL/Supabase database schemas for design quality, security, performance, and best practices. Use when reviewing schemas, migrations, RLS policies, or when user mentions database design, indexing, or security issues. | skillsmp.com | null | https://github.com/amo-tech-ai/event-studio/tree/main/.claude/skills/db-schema-analyzer | amo-tech-ai |
documentation-architect | Generate comprehensive technical documentation from codebases. Use when creating system docs, architecture guides, API references, or onboarding materials. Use PROACTIVELY after major features, before releases, or when documentation is outdated. | skillsmp.com | null | https://github.com/amo-tech-ai/event-studio/tree/main/.claude/skills/docs-architect | amo-tech-ai |
building-frontend-dashboards | Build responsive React dashboards with TypeScript, shadcn/ui, TanStack Query, and Supabase for event-studio. Use when user mentions dashboard, metrics, KPI cards, data tables, charts, analytics, admin panel, Recharts, event management UI, booking interface, financial overview, or asks to create pages with data visualiz... | skillsmp.com | null | https://github.com/amo-tech-ai/event-studio/tree/main/.claude/skills/frontend-dashboard | amo-tech-ai |
planning-production-docs | Creates comprehensive PRDs, tech specs, task breakdowns, testing plans, and production checklists with proper task sequencing and MCP testing integration. Use when planning new features, structuring development workflows, or creating project documentation. Use PROACTIVELY after requirements discussions. | skillsmp.com | null | https://github.com/amo-tech-ai/event-studio/tree/main/.claude/skills/planning-architect | amo-tech-ai |
testing-web-apps-with-playwright | Test EventOS web application end-to-end using Playwright browser automation via MCP. Use PROACTIVELY for smoke tests after deployments, validating user flows (booking, event creation, dashboard), debugging production issues, and verifying RLS policies. Supports accessibility-based interactions, network monitoring, and ... | skillsmp.com | null | https://github.com/amo-tech-ai/event-studio/tree/main/.claude/skills/playwright-e2e-skill | amo-tech-ai |
hydro-forecast | --- | skillsmp.com | null | https://github.com/kongdd/Skills_for_Your_AI_Student/tree/master/skills/hydro-forecast | kongdd |
julia-hydrotools | 计算短波辐射、长波辐射、潜在蒸散发、日出日落时间、湿度的基本变量处理。 | skillsmp.com | null | https://github.com/kongdd/Skills_for_Your_AI_Student/tree/master/skills/julia-hydrotools | kongdd |
julia-numerical | Execute numerical calculations and mathematical computations using Julia. Use this skill for matrix operations, linear algebra, numerical integration, optimization, statistics, and scientific computing tasks. | skillsmp.com | null | https://github.com/kongdd/Skills_for_Your_AI_Student/tree/master/skills/julia-numerical | kongdd |
typst-physica | typst公式中的微分、偏微分方程编写,latex公式转typst。 | skillsmp.com | null | https://github.com/kongdd/Skills_for_Your_AI_Student/tree/master/skills/typst-physica | kongdd |
deploy-to-github | Set up GitHub Actions to deploy this repository via AWS Deployer - creates workflow, updates CloudFormation template with required parameters, and generates parameter files. | skillsmp.com | null | https://github.com/savaki/savaki-marketplace/tree/main/plugins/aws-deployer/skills/deploy-to-github | savaki |
setup-deployer | Interactive guide for installing and configuring AWS Deployer infrastructure - builds Lambda functions, deploys CloudFormation stacks, and sets up multi-account targets and GitHub OIDC integration. | skillsmp.com | null | https://github.com/savaki/savaki-marketplace/tree/main/plugins/aws-deployer/skills/setup-deployer | savaki |
apidog | Apidog API development platform documentation - API design, testing, mocking, and documentation | skillsmp.com | null | https://github.com/acejou27/skills/tree/main/apidog/apidog | acejou27 |
chrome-devtools | Use this skill when working with Chrome DevTools, browser debugging, performance profiling, network analysis, JavaScript debugging, CSS inspection, element inspection, console usage, or any web development debugging workflows. | skillsmp.com | null | https://github.com/acejou27/skills/tree/main/chrome devtools/chrome-devtools | acejou27 |
cloudflare | Cloudflare developer platform - Workers, Pages, R2, AI, Zero Trust, CDN | skillsmp.com | null | https://github.com/acejou27/skills/tree/main/cldouflare/cloudflare | acejou27 |
gitlab | GitLab DevOps platform. Use for GitLab CI/CD pipelines, version control, issue tracking, merge requests, runners, security scanning, and DevSecOps workflows. | skillsmp.com | null | https://github.com/acejou27/skills/tree/main/gitlab/gitlab | acejou27 |
n8n | N8N workflow automation platform. Use for workflow automation, integrations, nodes, credentials, API development, RAG/AI workflows, and low-code automation solutions. | skillsmp.com | null | https://github.com/acejou27/skills/tree/main/n8n/n8n | acejou27 |
redis | Redis in-memory data structure store - use for caching, session management, pub/sub, real-time analytics, and key-value storage | skillsmp.com | null | https://github.com/acejou27/skills/tree/main/redis/redis | acejou27 |
shadcn-ui | Shadcn UI component library - beautifully designed React components built with Radix UI and Tailwind CSS | skillsmp.com | null | https://github.com/acejou27/skills/tree/main/shadcn-ui/shadcn-ui | acejou27 |
vercel | Vercel deployment platform documentation - use for deploying Next.js apps, serverless functions, edge middleware, and CI/CD workflows | skillsmp.com | null | https://github.com/acejou27/skills/tree/main/vercel/vercel | acejou27 |
api-designer | Design and document RESTful and GraphQL APIs with OpenAPI/Swagger specifications, authentication patterns, versioning strategies, and best practices. Use for: (1) Creating API specifications, (2) Designing REST endpoints, (3) GraphQL schema design, (4) API authentication and authorization, (5) API versioning strategies... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/api-designer | AutumnsGrove |
brand-guidelines | Professional brand consistency enforcement and corporate identity management with support for color palettes, typography, logo usage, tone of voice, and multi-channel brand application. Use for: (1) Creating brand style guides, (2) Enforcing brand consistency across documents, (3) Logo usage validation, (4) Typography ... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/brand-guidelines | AutumnsGrove |
code-reviewer | Automated code review with security scanning, quality metrics, and best practices analysis. Use when reviewing code for: (1) Security vulnerabilities and common attack vectors, (2) Code quality issues and maintainability concerns, (3) Performance bottlenecks and optimization opportunities, (4) Best practices and design... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/code-reviewer | AutumnsGrove |
d3js-visualization | Professional data visualization creation using D3.js with support for interactive charts, custom visualizations, animations, and responsive design. Use for: (1) Creating custom interactive charts, (2) Building dashboards, (3) Network/graph visualizations, (4) Geographic data mapping, (5) Time series analysis, (6) Real-... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/d3js-visualization | AutumnsGrove |
docker-workflow | Comprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, image optimization, debugging, and production best practices. Use when containerizing applications, setting up development environments, or deploying with Docker. | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/docker-workflow | AutumnsGrove |
env-config | Environment configuration and secrets management skill using UV for Python projects. Handles .env files, environment variables, secrets encryption, multi-environment setups, and secure configuration patterns. Use when setting up project environments, managing API keys, or implementing configuration best practices. | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/env-config | AutumnsGrove |
error-detective | Systematic debugging and error resolution using the TRACE framework (Trace, Read, Analyze, Check, Execute). Use when debugging errors, analyzing stack traces, investigating failures, root cause analysis, or troubleshooting production issues. | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/error-detective | AutumnsGrove |
git-advanced | Advanced Git operations and workflows including interactive rebasing, conflict resolution, history manipulation, bisecting for bugs, cherry-picking, reflog recovery, and branch management strategies. Use for: (1) Interactive rebasing and commit cleanup, (2) Complex merge conflict resolution, (3) Git bisect for bug hunt... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/git-advanced | AutumnsGrove |
internal-comms | Professional internal communications creation and management with templates for status reports, newsletters, announcements, team updates, and cross-functional communication. Use for: (1) Weekly/monthly status reports, (2) Company newsletters, (3) All-hands announcements, (4) Team updates, (5) Policy communications, (6)... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/internal-comms | AutumnsGrove |
markdown-pro | Professional Markdown documentation skill for creating polished README files, changelogs, contribution guides, and technical documentation. Use for: (1) README generation with badges and sections, (2) Automated changelog from git history, (3) Table of contents generation, (4) Contribution guidelines, (5) Technical docu... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/markdown-pro | AutumnsGrove |
mcp-builder | Comprehensive guide for building Model Context Protocol (MCP) servers with support for tools, resources, prompts, and authentication. Use when: (1) Creating custom MCP servers, (2) Integrating external APIs with Claude, (3) Building tool servers for specialized domains, (4) Creating resource providers for documentation... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/mcp-builder | AutumnsGrove |
pdf | Comprehensive PDF manipulation, extraction, and generation with support for text extraction, form filling, merging, splitting, annotations, and creation. Use when working with .pdf files for: (1) Extracting text and tables, (2) Filling PDF forms, (3) Merging/splitting PDFs, (4) Creating PDFs programmatically, (5) Addin... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/pdf | AutumnsGrove |
pptx | Professional PowerPoint presentation creation, editing, and automation with support for layouts, templates, charts, images, and formatting. Use when working with .pptx files for: (1) Creating presentations from scratch, (2) Editing existing presentations, (3) Applying templates and themes, (4) Adding charts and visuali... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/pptx | AutumnsGrove |
webapp-testing | Professional web application testing and automation using Playwright with support for multiple browsers, mobile emulation, screenshot capture, network interception, and comprehensive test assertions. Use for: (1) E2E testing across browsers, (2) UI automation, (3) Form testing and validation, (4) Visual regression test... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/webapp-testing | AutumnsGrove |
xlsx | Comprehensive Excel spreadsheet creation, editing, and analysis with support for formulas, formatting, charts, data analysis, and visualization. Use when working with .xlsx, .xlsm, .csv files for: (1) Creating spreadsheets with formulas and formatting, (2) Reading/analyzing data, (3) Modifying existing spreadsheets whi... | skillsmp.com | null | https://github.com/AutumnsGrove/ClaudeSkills/tree/master/xlsx | AutumnsGrove |
algorithmic-analysis | Applies algorithm design theory including asymptotic analysis, data structure selection, and correctness proofs. References Knuth TAOCP, CLRS, Sedgewick. Use for complexity analysis and algorithmic correctness. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/algorithmic_analysis | tnn1t1s |
arxiv-research | Searches arxiv and modern academic literature for recent work beyond classical textbooks. Takes candidate algorithms from algorithmic_analysis and finds newer alternatives, optimizations, and related work. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/arxiv_research | tnn1t1s |
benchmark-design | Generates controlled benchmark setups with workload patterns, throughput/latency metrics, and reproducible seeds. Use for rigorous performance measurement design. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/benchmark_design | tnn1t1s |
comparative-complexity | Evaluates multiple algorithmic designs for complexity and constant factors. Generates tabular comparison of Big-O and empirical considerations. Use when comparing design alternatives. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/comparative_complexity | tnn1t1s |
iterative-optimizer | Acts as relentless technical interviewer asking "Can you do better?" Challenges solutions with radical rethinking, pushes beyond optimal complexity to constant factors. Never stops until user satisfied or proven impossible. Use after any solution to find potentially novel optimizations. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/iterative_optimizer | tnn1t1s |
java-codegen | Generates idiomatic, compiling Java code. Handles Java-specific syntax, generics, and stdlib patterns. Implements multiple algorithm variants with proper file organization. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/java_codegen | tnn1t1s |
language-comparative-runtime | Compares runtime semantics across Java, C++, and Rust. Understands GC vs borrow checker vs RAII impacts on iterator implementations. Use when implementing across multiple languages. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/language_comparative_runtime | tnn1t1s |
microarchitectural-modeling | Models cache lines, branch prediction, allocation patterns, and lock contention. Converts algorithmic reasoning into CPU-era reality spanning P4 to Xeon to M4. Use for performance modeling and bottleneck prediction. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/microarchitectural_modeling | tnn1t1s |
pedagogical-reflection | Frames "lessons learned", suggests follow-ups, and connects findings to broader systems design principles. Use for concluding sections and future work. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/pedagogical_reflection | tnn1t1s |
performance-interpretation | Interprets benchmark results with systems-engineer realism including cache behavior, allocator overhead, and concurrency bottlenecks. Produces plausible synthetic metrics consistent with analysis. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/performance_interpretation | tnn1t1s |
problem-specification | Extracts formal problem definitions from vague requirements. Identifies type constraints, invariants, assumptions, and contracts. Use when converting informal problem descriptions into rigorous specifications. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/problem_specification | tnn1t1s |
reporting-visualization | Formats results into tables, charts, and Markdown summaries for reproducibility and clarity. Use for creating publication-ready performance reports. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/reporting_visualization | tnn1t1s |
research-project-layout | Generates filesystem-safe project names from problem descriptions and creates standardized research artifact directory structure. Use when starting a new research pipeline to organize outputs. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/research_project_layout | tnn1t1s |
research-to-code-pipeline | Orchestrates the full research pipeline from problem specification through theory, design, implementation, benchmarking, to final report. Tracks dependencies and feedback loops. Use for end-to-end research projects. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/research_to_code_pipeline | tnn1t1s |
safety-invariants | Inserts runtime assertions, borrow-safety checks, and undefined behavior guards. Ensures semantic equivalence across Java, C++, and Rust implementations. Use for robust, verifiable code. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/safety_invariants | tnn1t1s |
self-consistency-checker | Ensures cross-section consistency by verifying theoretical claims match code, benchmarks reflect analysis, and report accurately cites all stages. Use for final validation. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/self_consistency_checker | tnn1t1s |
skill-context-cache | Maintains continuity across pipeline steps, tracking design decisions, measurements, and cross-references. Emulates persistent agentic memory. Use for multi-stage workflows. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/skill_context_cache | tnn1t1s |
systems-design-patterns | Encodes classic systems design heuristics including heap vs tree selection, merge strategies, and cache-aware design. Reasons about data locality and virtual call overhead. Use for data structure selection and systems-level design choices. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/systems_design_patterns | tnn1t1s |
technical-exposition | Writes in academic engineering tone, clearly separating theory, implementation, and empirical observation. Use for CS500-level technical documentation and papers. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/technical_exposition | tnn1t1s |
temporal-style-adapter | Maintains 1999-2002 engineering register with precise, pragmatic, slightly cynical tone. Uses era-accurate idioms like "hot path" and "don't trust JITs". Use for voice consistency. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/temporal_style_adapter | tnn1t1s |
test-data-design | Designs optimal test data and benchmark inputs for algorithm evaluation. Identifies edge cases, outliers, stress cases, and realistic distributions. Data-driven approach to expose performance characteristics. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/test_data_design | tnn1t1s |
unit-test-generation | Writes parameterized, edge-aware tests using JUnit, Catch2, and Rust test macros. Validates iterator contracts, edge cases, and fuzz inputs. Use for comprehensive test coverage. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/CS500/unit_test_generation | tnn1t1s |
hello-world | A simple demonstration skill that greets users and explains how skills work. Use when testing skills or demonstrating skill capabilities. | skillsmp.com | null | https://github.com/tnn1t1s/iterator/tree/main/.claude/skills/hello-world | tnn1t1s |
changelog-tracker | Analyzes uncommitted git changes and updates CHANGELOG.md and CLAUDE.md. Executes git commands, reads diffs, categorizes changes, and stages updated documentation automatically. | skillsmp.com | null | https://github.com/EugeneMsv/claude-global-settings/tree/main/skills/changelog-tracker | EugeneMsv |
your-skill-name-here | Use when [specific triggering conditions and symptoms] - [what the skill does and how it helps, written in third person] | skillsmp.com | null | https://github.com/yangsi7/skill-builder/tree/master/skill-templates/basic-skill | yangsi7 |
coverage | Generate a code coverage report for the Pinhole Rust project. Use this when the user asks for coverage analysis, test coverage metrics, or wants to see which code is tested. Automatically runs tests with instrumentation, merges coverage data, and displays a detailed report. | skillsmp.com | null | https://github.com/michaelmelanson/pinhole/tree/master/.claude/skills/coverage | michaelmelanson |
first-alien-encounter | 神秘接触 - Stella终于与盖亚星球的智慧生命面对面接触,一次改变一切的遭遇 | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/alien-encounter | ClaudeCode-NPC |
studying-alien-flora | 奇异植物 - Stella深入研究盖亚星球的植物生态,发现既美丽又危险的外星植被,并尝试找到可利用的资源 | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/alien-flora | ClaudeCode-NPC |
exploring-ancient-ruins | 古代遗迹 - Stella深入探索盖亚星球的古代文明遗迹,解开失落文明的秘密 | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/ancient-ruins | ClaudeCode-NPC |
cave-exploration | 洞穴探险 - Stella发现一个深邃的洞穴系统,深入探索发现bioluminescent晶体、地下水源和神秘的古老痕迹 | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/cave-exploration | ClaudeCode-NPC |
space-cooking-adventure | 太空料理 - 轻松搞笑的章节,Stella尝试用盖亚食材创造美味食物,结果既有灾难也有惊喜 | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/cooking-adventure | ClaudeCode-NPC |
how-to-create-claude-code-skill | A guide to creating Claude Code Skills. | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/create_skill | ClaudeCode-NPC |
daily-science-routine | 日常科研 - Stella建立临时研究站,进行系统的科学观察和实验,享受科学家的日常 | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/daily-science | ClaudeCode-NPC |
emergency-distress-signal | 紧急求救 - 飞船坠毁后与Stella的首次联系,帮助她评估损伤并制定初步生存计划 | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/distress-signal | ClaudeCode-NPC |
planning-the-escape | 逃离计划 - 最终章,Stella必须决定是否修复飞船返回地球,还是留在盖亚,这是艰难的抉择 | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/escape-plan | ClaudeCode-NPC |
power-crisis | 通讯器电量危机 - Stella的通讯器电量告急,她必须在失去与你联系之前找到能源解决方案 | skillsmp.com | null | https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/master/.claude/skills/power-crisis | ClaudeCode-NPC |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.