Browse Skills

44358 skills found

check-metadata-typos.md
129
1 export check-metadata-typos
2 owid from "owid/etl"
3 Check .meta.yml and snapshot .dvc files for spelling typos using codespell. Use when user mentions typos, spelling errors, metadata quality, or wants to check metadata files for mistakes.
2026-01-16
memory-contract.md
129
1 export memory-contract
2 groupzer0 from "groupzer0/vs-code-agents"
3 Unified Memory Contract for Flowbaby integration. Defines when and how to retrieve and store memory. Load at session start - memory is core to agent reasoning, not optional.
2026-01-16
git-commit-crafter.md
129
1 export git-commit-crafter
2 ryoppippi from "ryoppippi/dotfiles"
3 Creates atomic git commits following Conventional Commits specification with detailed, well-structured messages. Analyzes changes and splits them into logical units. Use when committing code changes that need proper structure and comprehensive documentation (e.g., "commit my authentication changes" or "finished implementing search, time to commit").
2026-01-16
security-patterns.md
129
1 export security-patterns
2 groupzer0 from "groupzer0/vs-code-agents"
3 Security vulnerability detection patterns including OWASP Top 10, language-specific vulnerabilities, and remediation guidance. Load when reviewing code for security issues, conducting audits, or implementing authentication/authorization.
2026-01-16
code-review-checklist.md
129
1 export code-review-checklist
2 groupzer0 from "groupzer0/vs-code-agents"
3 Structured code review criteria for pre-implementation plan review (Critic) and post-implementation security/quality review. Covers security, performance, maintainability, and correctness with severity ratings.
2026-01-16
release-procedures.md
129
1 export release-procedures
2 groupzer0 from "groupzer0/vs-code-agents"
3 Version management, release verification, and deployment procedures for software releases. Includes semver guidance, version consistency checks, and platform-specific constraints.
2026-01-16
pr-workflow-manager.md
129
1 export pr-workflow-manager
2 ryoppippi from "ryoppippi/dotfiles"
3 Manages complete PR workflow from start to finish - creates feature branch, commits changes, pushes to remote, and opens pull request. Use when user wants to create a PR (e.g., "create a PR for these changes" or "the fix is ready, push it up and create a pull request").
2026-01-16
bubbletea.md
127
1 export bubbletea
2 hmans from "hmans/beans"
3 Browse Bubbletea TUI framework documentation and examples. Use when working with Bubbletea components, models, commands, or building terminal user interfaces in Go.
2026-01-16
file-operations.md
126
1 export file-operations
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Analyze files and get detailed metadata including size, line counts, modification times, and content statistics. Use when users request file information, statistics, or analysis without modifying files.
2026-01-16
test-fixing.md
126
1 export test-fixing
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.
2026-01-16
code-refactor.md
126
1 export code-refactor
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Perform bulk code refactoring operations like renaming variables/functions across files, replacing patterns, and updating API calls. Use when users request renaming identifiers, replacing deprecated code patterns, updating method calls, or making consistent changes across multiple locations.
2026-01-16
codebase-documenter.md
126
1 export codebase-documenter
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when user wants to understand unfamiliar code, create onboarding docs, document architecture, or explain how the system works.
2026-01-16
timeline-creator.md
126
1 export timeline-creator
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.
2026-01-16
review-implementing.md
126
1 export review-implementing
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.
2026-01-16
code-execution.md
126
1 export code-execution
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Execute Python code locally with marketplace API access for 90%+ token savings on bulk operations. Activates when user requests bulk operations (10+ files), complex multi-step workflows, iterative processing, or mentions efficiency/performance.
2026-01-16
git-pushing.md
126
1 export git-pushing
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
2026-01-16
dashboard-creator.md
126
1 export dashboard-creator
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.
2026-01-16
flowchart-creator.md
126
1 export flowchart-creator
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Create HTML flowcharts and process diagrams with decision trees, color-coded stages, arrows, and swimlanes. Use when users request flowcharts, process diagrams, workflow visualizations, or decision trees.
2026-01-16
conversation-analyzer.md
126
1 export conversation-analyzer
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
2026-01-16
architecture-diagram-creator.md
126
1 export architecture-diagram-creator
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications.
2026-01-16
feature-planning.md
126
1 export feature-planning
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Break down feature requests into detailed, implementable plans with clear tasks. Use when user requests a new feature, enhancement, or complex change.
2026-01-16
technical-doc-creator.md
126
1 export technical-doc-creator
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Create HTML technical documentation with code blocks, API workflows, system architecture diagrams, and syntax highlighting. Use when users request technical documentation, API docs, API references, code examples, or developer documentation.
2026-01-16
code-transfer.md
126
1 export code-transfer
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Transfer code between files with line-based precision. Use when users request copying code from one location to another, moving functions or classes between files, extracting code blocks, or inserting code at specific line numbers.
2026-01-16
project-bootstrapper.md
126
1 export project-bootstrapper
2 mhattingpete from "mhattingpete/claude-skills-marketplace"
3 Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to start a new project, improve project structure, add development tooling, or establish professional workflows.
2026-01-16