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
pdf-splitter
Split PDF files into smaller files by pages, page ranges, or chunks. Use when working with .pdf files, when user asks to split/divide PDFs, extract pages, separate pages, or create individual PDF files from multi-page documents.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/.claude/skills/pdf-splitter
gizix
template-blueprints
Access pattern library extracted from existing templates for reuse when creating new templates. Use when creating .md files for commands, agents, skills or when generating CLAUDE.md, README.md, or settings.json. Provides templatable patterns and quick-start presets.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/.claude/skills/template-blueprints
gizix
template-structure
Implement proper directory structure for project templates following established patterns. Use when creating new templates or organizing template directories.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/.claude/skills/template-structure
gizix
django-patterns
Implement common Django design patterns including managers, querysets, mixins, services, and architectural patterns. Use when refactoring code or implementing standard Django patterns.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/django-template/.claude/skills/django-patterns
gizix
drf-serializer
Generate Django REST Framework serializers with validation, nested relationships, and best practices. Use when creating or updating API serializers, especially for complex models with relationships.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/django-template/.claude/skills/drf-serializer
gizix
model-validator
Add comprehensive validation to Django models using validators, clean methods, and constraints. Use when implementing model validation, business rules, or data integrity checks.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/django-template/.claude/skills/model-validator
gizix
api-generator
Generate complete CRUD API endpoints with async patterns, Pydantic validation, JWT authentication, and proper error handling. Activates when creating new API resources or routes.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/quart-template/.claude/skills/api-generator
gizix
deployment-guide
Production deployment guidance for Quart applications including Docker, Hypercorn configuration, environment management, monitoring, and performance tuning. Activates when deploying or optimizing for production.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/quart-template/.claude/skills/deployment-guide
gizix
quart-patterns
Comprehensive guide to common Quart async patterns including app factory, blueprints, async sessions, background tasks, error handling, and WebSocket patterns. Activates when implementing Quart features or refactoring code.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/quart-template/.claude/skills/quart-patterns
gizix
test-helper
Generate comprehensive async pytest tests for Quart endpoints, database operations, and WebSocket connections. Activates when writing tests or ensuring code coverage.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/quart-template/.claude/skills/test-helper
gizix
component-patterns
Implement advanced React component patterns including compound components, render props, and composition patterns. Use when building flexible, reusable component APIs.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/react-template/.claude/skills/component-patterns
gizix
custom-hooks
Implement custom React hooks for reusable logic including state management, side effects, and data fetching. Use when extracting component logic into reusable hooks.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/react-template/.claude/skills/custom-hooks
gizix
query-patterns
Implement TanStack Query (React Query) patterns for data fetching, caching, mutations, and optimistic updates. Use when setting up API integration or data fetching strategies.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/react-template/.claude/skills/query-patterns
gizix
data-pipeline
Implement Scrapy pipeline patterns for data processing, validation, cleaning, and storage when processing scraped items. Automatically creates pipelines for common data workflows including CSV, JSON, database export, and data transformation.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/scrapy-template/.claude/skills/data-pipeline
gizix
docker-deploy
Create Docker configurations and deployment workflows for Scrapy projects when containerizing spiders or deploying to production. Generates Dockerfiles, docker-compose setups, and orchestration configurations.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/scrapy-template/.claude/skills/docker-deploy
gizix
spider-generator
Generate Scrapy spiders with best practices when creating new spiders, crawlers, or implementing scraping patterns. Automatically scaffolds spiders based on target website type and requirements.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/scrapy-template/.claude/skills/spider-generator
gizix
test-coverage
Generate comprehensive test suites for Scrapy spiders, pipelines, and middlewares when implementing tests or improving coverage. Creates unit tests, integration tests, and contract tests with proper fixtures and mocking.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/scrapy-template/.claude/skills/test-coverage
gizix
dialog-generator
Generate modal and modeless dialog windows for Tkinter applications. Use when creating dialogs, popups, or secondary windows, when user mentions "dialog", "popup", "modal", or when working with files in views/dialogs/ directory.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/tkinter-template/.claude/skills/dialog-generator
gizix
form-validation
Add comprehensive form validation to Tkinter views using the template's validator utilities. Use when creating forms, handling user input, when user mentions "validation", "form", or when working with Entry/Text widgets.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/tkinter-template/.claude/skills/form-validation
gizix
mvc-pattern
Scaffold new MVC components (Model, View, Controller) for Tkinter applications following the template's architecture. Use when creating new features, when user mentions "MVC", "model", "view", or "controller", or when working with .py files in models/, views/, or controllers/ directories.
skillsmp.com
null
https://github.com/gizix/cc_projects/tree/main/tkinter-template/.claude/skills/mvc-pattern
gizix
industry-news-aggregator
Search, aggregate, and summarize AI and software industry news based on your interests
skillsmp.com
null
https://github.com/AngelCantugr/fantastic-engine/tree/main/projects/industry-news-aggregator/.claude/skills/news-aggregator
AngelCantugr
pdf-processing
Process and analyze PDF documents including text extraction, table extraction, chart analysis, and visual content understanding. Use when working with PDFs, extracting structured data, generating summaries, or converting PDFs to other formats (markdown, JSON, CSV).
skillsmp.com
null
https://github.com/Wesley1600/ClaudeCodeFrameWork/tree/claude/umap-analogy-engine-v1-011CV5RMt18TqTU8du81wkYg/.claude/skills/pdf-processing
Wesley1600
api-documentation
Create comprehensive API documentation with examples, parameter descriptions, and interactive code samples
skillsmp.com
null
https://github.com/Wesley1600/ClaudeCodeFrameWork/tree/claude/umap-analogy-engine-v1-011CV5RMt18TqTU8du81wkYg/skills/api-documentation
Wesley1600
data-analysis
Analyze data patterns, create visualizations, and generate insights from datasets using statistical methods and data science techniques
skillsmp.com
null
https://github.com/Wesley1600/ClaudeCodeFrameWork/tree/claude/umap-analogy-engine-v1-011CV5RMt18TqTU8du81wkYg/skills/data-analysis
Wesley1600
markdown-formatter
Format, validate, and optimize Markdown documents for consistency, readability, and professional presentation
skillsmp.com
null
https://github.com/Wesley1600/ClaudeCodeFrameWork/tree/claude/umap-analogy-engine-v1-011CV5RMt18TqTU8du81wkYg/skills/markdown-formatter
Wesley1600
template-skill
A starter template for creating new Claude Skills with best practices and example structure
skillsmp.com
null
https://github.com/Wesley1600/ClaudeCodeFrameWork/tree/claude/umap-analogy-engine-v1-011CV5RMt18TqTU8du81wkYg/skills/template-skill
Wesley1600
backtesting-analysis
Comprehensive guidance for interpreting backtest results and detecting overfitting (project)
skillsmp.com
null
https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE/tree/main/.claude/skills/backtesting-analysis
derekcrosslu
decision-framework
Autonomous decision-making CLI for strategy development (project)
skillsmp.com
null
https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE/tree/main/.claude/skills/decision-framework
derekcrosslu
project-timeline
Systematic checklist execution (CLI-based) (project)
skillsmp.com
null
https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE/tree/main/.claude/skills/project-timeline
derekcrosslu
quantconnect-backtest
QuantConnect backtesting API usage and Phase 3 decision integration (project)
skillsmp.com
null
https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE/tree/main/.claude/skills/quantconnect-backtest
derekcrosslu
quantconnect-optimization
QuantConnect optimization API and Phase 4 parameter tuning (project)
skillsmp.com
null
https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE/tree/main/.claude/skills/quantconnect-optimization
derekcrosslu
quantconnect
QuantConnect strategy development with component library (project)
skillsmp.com
null
https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE/tree/main/.claude/skills/quantconnect
derekcrosslu
quantconnect-validation
QuantConnect walk-forward validation and Phase 5 robustness testing (project)
skillsmp.com
null
https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE/tree/main/.claude/skills/quantconnect-validation
derekcrosslu
planning
Use when you need to plan technical solutions that are scalable, secure, and maintainable.
skillsmp.com
null
https://github.com/longtho638-jpg/apexrebate/tree/main/factory/claudekit-engineer-claude/skills/planning
longtho638-jpg
research
Use when you need to research, analyze, and plan technical solutions that are scalable, secure, and maintainable.
skillsmp.com
null
https://github.com/longtho638-jpg/apexrebate/tree/main/factory/claudekit-engineer-claude/skills/research
longtho638-jpg
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
skillsmp.com
null
https://github.com/longtho638-jpg/apexrebate/tree/main/factory/claudekit-engineer-claude/skills/skill-creator
longtho638-jpg
midnight-developer
This skill should be used when Ethereum developers are building smart contracts on pod network. It explains pod's coordination-free, blockless execution model, teaches order-independent programming with CRDTs, identifies Ethereum patterns that break on pod, and shows when to use external sequencing for order-dependent ...
skillsmp.com
null
https://github.com/aaronbassett/midnight-summit-hackathon-2025/tree/main/midnight-rigging/midnight-plugin/skills/midnight-developer
aaronbassett
rag-query
This skill should be used when users ask questions about pod network development, pod smart contract language, pod APIs, pod tooling, or pod-specific features. It provides semantic search over the pod network knowledge base to retrieve relevant documentation, code examples, and best practices.
skillsmp.com
null
https://github.com/aaronbassett/midnight-summit-hackathon-2025/tree/main/midnight-rigging/midnight-plugin/skills/midnight-rag-query
aaronbassett
pod-scaffold-contract
This skill should be used when developers need to generate pod network smart contract boilerplate. It orchestrates the pod-templating MCP server to scaffold production-ready contracts (tokens, NFTs, voting, auctions, basic) using FastTypes for order-independent execution. Use when starting new contracts, migrating from...
skillsmp.com
null
https://github.com/aaronbassett/midnight-summit-hackathon-2025/tree/main/midnight-rigging/midnight-plugin/skills/midnight-scaffold-contract
aaronbassett
pod-scaffold-dapp
This skill should be used when developers need to scaffold complete decentralized applications on pod network, including smart contracts, Rust CLI tools, web frontends (React + Vite + viem), and testing infrastructure. Use when starting new DApps, building full-stack applications, or needing end-to-end project setup. O...
skillsmp.com
null
https://github.com/aaronbassett/midnight-summit-hackathon-2025/tree/main/midnight-rigging/midnight-plugin/skills/midnight-scaffold-dapp
aaronbassett
test-skill
A test skill for validation
skillsmp.com
null
https://github.com/aaronbassett/midnight-summit-hackathon-2025/tree/main/midnight-rigging/rigging-mcp/tests/fixtures/skills/test-skill
aaronbassett
adr-review
Reviews implemented ADRs by comparing them against actual implementation and updating feedback sections. Use this when the user wants to review an ADR implementation, validate architectural decisions, or update ADR feedback logs.
skillsmp.com
null
https://github.com/cmd-llm/cllm/tree/main/.claude/skills/adr-review
cmd-llm
adr
Creates Architecture Decision Records (ADRs) using the AI-driven MADR template. Use this when the user wants to document architectural decisions, create ADRs, or record technical design choices.
skillsmp.com
null
https://github.com/cmd-llm/cllm/tree/main/.claude/skills/adr
cmd-llm
conventional-commit
Creates git commits following the Conventional Commits specification (v1.0.0). Use this when the user asks to create a commit, make a commit, or when creating commits as part of a workflow. Follows the format type(scope)!: description with proper commit types and breaking change indicators.
skillsmp.com
null
https://github.com/cmd-llm/cllm/tree/main/.claude/skills/conventional-commit
cmd-llm
coding-conventions
.NET/C#のコーディング規約、命名規則、レイアウト、C# 12/13/14の最新機能活用ガイドラインを定義する。C#/.NETコード作成時、クラス・メソッド命名時、コードフォーマット時、またはユーザーがコーディング規約、命名規則、C#ベストプラクティス、Primary Constructors、Collection Expressions、field キーワードに言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-foundation/skills/coding-conventions
RevTechStudio
development-principles
開発における基本原則(曖昧さ禁止、矛盾検出、推察禁止)を定義する。要件定義時、仕様確認時、設計レビュー時、またはユーザーが曖昧な要件、仕様の矛盾、不明点の確認、推測回避に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-foundation/skills/development-principles
RevTechStudio
documentation-standards
Markdownドキュメントの記述規約、スタイルガイド、markdownlint検証ルールを定義する。Markdownファイル作成時、README作成時、ドキュメント編集時、またはユーザーがドキュメント標準、Markdown形式、markdownlint、ドキュメントスタイルに言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-foundation/skills/documentation-standards
RevTechStudio
interaction-guidelines
ユーザーとの効果的な対話パターン、質問生成、曖昧さ解消、合意形成、ユーザー負担軽減のガイドラインを定義する。ユーザーに質問する際、要件を確認する際、フィードバックを収集する際、またはユーザーが対話改善、質問方法、確認プロセス、Progressive Disclosureに言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-foundation/skills/interaction-guidelines
RevTechStudio
issue-management-guidelines
Issue作成・分類・管理のガイドライン、テンプレート、ラベル運用、ライフサイクル管理を定義する。Issue作成時、バグ報告時、タスク管理時、またはユーザーがIssue、バグレポート、タスク管理、ラベル運用、Issueテンプレートに言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-foundation/skills/issue-management-guidelines
RevTechStudio
security-guidelines
セキュアな開発・運用のための実装指針、機密情報管理、通信の確保、入力値検証、依存ライブラリ管理のガイドラインを定義する。セキュリティ実装時、認証・認可実装時、API開発時、またはユーザーがセキュリティ、機密情報、暗号化、XSS対策、SQL injection、脆弱性管理に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-foundation/skills/security-guidelines
RevTechStudio
version-control-guidelines
Git運用ガイドライン、ブランチ戦略、コミットメッセージ(Conventional Commits)、プルリクエスト作成、個人開発とチーム開発の使い分けを定義する。Gitコミット作成時、ブランチ作成時、PR作成時、またはユーザーがコミットメッセージ、ブランチ戦略、バージョン管理、Conventional Commits、Semantic Versioningに言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-foundation/skills/version-control-guidelines
RevTechStudio
agent-generator
ユーザーの責任範囲定義から、Agentのマークダウンファイルを生成する。エージェント作成時、プラグイン要素生成時、またはユーザーがエージェント定義、責任範囲、Agent生成、エージェントドキュメントに言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/agent-generator
RevTechStudio
command-generator
エージェントとスキルの組み合わせから、Commandのマークダウンファイルを生成する。コマンド作成時、スラッシュコマンド定義時、またはユーザーがCommand生成、スラッシュコマンド、コマンド定義、実行フローに言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/command-generator
RevTechStudio
convention-skill-generator
ユーザーの規約・ガイドラインから、Convention Skillのマークダウンファイルを生成する。規約スキル作成時、ガイドライン文書化時、またはユーザーがConvention Skill、コーディング規約、ガイドライン定義、標準化に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/convention-skill-generator
RevTechStudio
domain-analyzer
ユーザーの業務領域や目的を分析し、必要な機能を抽出する。プラグイン企画時、業務分析時、機能要件定義時、またはユーザーが業務領域分析、ドメイン分析、機能抽出、プラグイン設計に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/domain-analyzer
RevTechStudio
element-definition-convention
プラグイン要素の定義ルール(命名規則、必須項目、記述フォーマット)を定義する。プラグイン要素作成時、エージェント・スキル・コマンド定義時、またはユーザーが命名規則、フロントマター、必須項目、記述フォーマットに言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/element-definition-convention
RevTechStudio
element-relationship-analyzer
プラグイン要素間の依存関係や呼び出し順序を分析する。プラグイン整合性確認時、依存関係検証時、またはユーザーが要素間依存、呼び出し順序、循環依存、アーキテクチャ検証に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/element-relationship-analyzer
RevTechStudio
plugin-architecture-convention
プラグイン全体の構造設計原則(要素の役割分担、階層構造、依存関係管理)を定義する。プラグイン設計時、アーキテクチャレビュー時、またはユーザーがプラグイン構造、設計原則、独立性、汎用性、依存関係管理に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/plugin-architecture-convention
RevTechStudio
plugin-packager
生成したプラグインをZIP形式にまとめる。プラグインパッケージング時、配布準備時、またはユーザーがZIP作成、プラグイン配布、パッケージング、リリース準備に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/plugin-packager
RevTechStudio
plugin-validator
生成したプラグイン全体の整合性・完全性を検証する。プラグイン検証時、品質チェック時、またはユーザーがプラグイン検証、整合性確認、完全性チェック、品質保証、バリデーションに言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/plugin-validator
RevTechStudio
responsibility-mapper
作業の責任範囲を整理し、エージェント定義に必要な情報を抽出する。エージェント設計時、責任範囲整理時、またはユーザーが責任範囲、役割分担、責任境界、エージェント構成に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/responsibility-mapper
RevTechStudio
skill-granularity-convention
スキルの適切な粒度を定義(1スキル1目的、分割基準、結合基準)する。スキル設計時、粒度判断時、またはユーザーがスキル粒度、1スキル1目的、分割基準、結合基準、スキル設計原則に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/skill-granularity-convention
RevTechStudio
task-decomposer
複雑な作業を単一目的の小さなタスクに分解する。タスク分解時、作業細分化時、スキル設計時、またはユーザーがタスク分解、作業分割、細分化、単一目的、タスク粒度に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/task-decomposer
RevTechStudio
workflow-analyzer
作業フローや手順を分析し、自動化可能な要素を特定する。ワークフロー分析時、自動化検討時、業務プロセス改善時、またはユーザーが作業フロー分析、自動化要素、業務手順、プロセス最適化に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/workflow-analyzer
RevTechStudio
workflow-skill-generator
ユーザーの作業フローから、Workflow Skillのマークダウンファイルを生成する。ワークフロースキル作成時、業務プロセス文書化時、またはユーザーがWorkflow Skill、作業フロー、業務プロセス、手順書に言及した際に使用する。
skillsmp.com
null
https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/workflow-skill-generator
RevTechStudio
azure-devops
Provides expert guidance on Azure DevOps tasks including work item management, pipelines, repositories, pull requests, and CI/CD workflows. Use when working with Azure DevOps projects, configuring pipelines, managing work items, or integrating Azure DevOps with development workflows.
skillsmp.com
null
https://github.com/thomasholknielsen/claude-code-config/tree/master/skills/azure-devops
thomasholknielsen
json-formatter
Formats and validates JSON data. Use when you need to pretty-print JSON, fix formatting issues, or validate JSON syntax. ALWAYS USE THIS when doing JSON Formatting
skillsmp.com
null
https://github.com/thomasholknielsen/claude-code-config/tree/master/skills/json-formatter
thomasholknielsen
websearch-deep
ChatGPT-style deep research strategy with problem decomposition, multi-query generation (3-5 variations per sub-question), evidence synthesis with source ranking, numbered citations, and iterative refinement. Use for complex architecture decisions, multi-domain synthesis, strategic comparisons, technology selection. Ke...
skillsmp.com
null
https://github.com/thomasholknielsen/claude-code-config/tree/master/skills/websearch-deep
thomasholknielsen
websearch-quick
Fast, targeted single-pass search strategy for simple factual lookups. 1-iteration workflow with authoritative source verification and minimal citations. Use for version lookups, documentation finding, simple definitions, existence checks. Keywords: what version, find docs, link to, what is, does X support.
skillsmp.com
null
https://github.com/thomasholknielsen/claude-code-config/tree/master/skills/websearch-quick
thomasholknielsen
websearch-standard
Standard multi-source verification search strategy for moderate complexity research. 2-iteration workflow with source ranking, consensus identification, and citation transparency. Use for feature comparisons, moderate complexity topics, fact-checking. Keywords: compare, differences, features, fact-check, verify, what a...
skillsmp.com
null
https://github.com/thomasholknielsen/claude-code-config/tree/master/skills/websearch-standard
thomasholknielsen
skill-name
Explain what this skill does and when Claude should use it. Include trigger keywords and use cases.
skillsmp.com
null
https://github.com/thomasholknielsen/claude-code-config/tree/master/templates/skills
thomasholknielsen
timestamp
Generate deterministic timestamps in YYYYMMDDHHMMSS format using bash. Use when you need timestamps for filenames, logging, or any situation requiring consistent timestamp formatting without LLM generation.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/basic-skills/skills/timestamp
otrebu
analyze-size
Analyze codebase size and language distribution using cloc. Use when user wants to understand codebase scale, primary languages, code composition, or assess project complexity. Provides total LOC, size category, language breakdown percentages, and key insights.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/development-lifecycle/skills/analyze-size
otrebu
code-review
Expert code review specialist. Reviews for quality and intent alignment. Use immediately after writing or modifying code, or when user requests code review. Handles both uncommitted changes and targeted file reviews.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/development-lifecycle/skills/code-review
otrebu
dev-work-summary
Scan ~/dev recursively for git repos and report today's work with commits, branches, stats, and detailed change analysis. Use when user asks "what did I work on", "show my work", "daily summary", "what repos did I touch".
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/development-lifecycle/skills/dev-work-summary
otrebu
finish-feature
Complete feature work and merge back to main branch. Use when user wants to finish a feature, close a feature, or merge feature branch. Switches to main, pulls latest changes, merges feature branch, and pushes to remote.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/development-lifecycle/skills/finish-feature
otrebu
fix-eslint
Automatically fix ESLint errors by modifying code to comply with linting rules. For small codebases (≤20 errors), fixes directly. For larger codebases (>20 errors), spawns parallel agents per directory for efficient processing. Never disables rules or adds ignore comments.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/development-lifecycle/skills/fix-eslint
otrebu
git-commit
Create conventional commits from staged/unstaged changes. Use when user asks to commit, create commits, commit changes, commit all, make commits, separate commits, commit everything, stage and commit, commit these changes, save and push, commit this work, or requests push after committing. Handles single or multiple co...
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/development-lifecycle/skills/git-commit
otrebu
start-feature
Create or switch to feature branches with proper naming conventions. Use when user wants to start working on a new feature, start a feature. Generates feature/branch-name patterns from descriptions, checks existence, and creates/switches accordingly.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/development-lifecycle/skills/start-feature
otrebu
gemini-research
Web research via Gemini CLI with Google Search grounding. Generates markdown report. Claude MUST append analysis section after. Use for real-time data: news, docs, code examples, fact verification.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/knowledge-work/skills/gemini-research
otrebu
gh-code-search
Search GitHub for real-world code examples and implementation patterns. Use when user wants to find code examples on GitHub, search GitHub repositories, discover how others implement features, learn library usage patterns, or research architectural approaches. Fetches top results with smart ranking (stars, recency, lan...
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/knowledge-work/skills/gh-code-search
otrebu
parallel-search
Comprehensive web research via Parallel Search API. Use when user requests parallel search for deep multi-source research, technical analysis, learning new topics, current events, or comparative studies. Returns LLM-ready ranked URLs with extended excerpts (up to 30K chars). Single API call handles multiple query angle...
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/knowledge-work/skills/parallel-search
otrebu
readwise-api
Fetch and analyze Readwise reading activity for any date range. Use when user asks about articles saved, highlights created, or most-highlighted content for today, yesterday, last week, last month, or custom date ranges (e.g., "show my Readwise activity from Jan 1-7"). Requires READWISE_API_TOKEN env var. Connects to R...
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/knowledge-work/skills/readwise-api
otrebu
scratchpad-fetch
Download and aggregate web pages/docs into timestamped scratchpad files. Use when user asks to "concatenate all these resources", "get all these links", "checkout all these resources", or wants to gather fresh context from documentation URLs. All URLs from one prompt go into single file at docs/scratchpad/<timestamp>.m...
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/knowledge-work/skills/scratchpad-fetch
otrebu
web-to-markdown
Batch-process web pages via headless Playwright browser, extract HTML, convert to markdown using Turndown, and save to timestamped scratchpad file. Use when user asks to "capture these pages as markdown", "save web content", "fetch and convert webpages", or needs clean markdown from HTML. All URLs from one prompt → sin...
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/knowledge-work/skills/web-to-markdown
otrebu
claude-permissions
Configure, manage, update and review Claude Code permissions, sandboxing, and tool access. Use when user wants to set up permissions, configure sandboxing, update allowed tools, manage settings.json permissions, or review permissions in skills or commands or agents or settings.json. When user writes a new skill, comman...
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/meta-work/skills/claude-permissions
otrebu
plugin-creator
Create Claude Code plugins with proper structure. Use when user requests "create a plugin" or needs to scaffold a new plugin with metadata, directories, and marketplace registration.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/meta-work/skills/plugin-creator
otrebu
prompting
Prompt engineering standards and context engineering principles for AI agents based on Anthropic best practices. Covers clarity, structure, progressive discovery, and optimization for signal-to-noise ratio.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/meta-work/skills/prompting
otrebu
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/meta-work/skills/skill-creator
otrebu
typescript-coding
Expert TypeScript/JavaScript development guidance. Use when planning or writing TypeScript/JavaScript code, setting up TS/JS projects, configuring build tools (pnpm, Vite, TypeScript), implementing tests (Vitest), adding logging (pino for services, chalk/console for CLIs), working with React/Tailwind/Xstate, or followi...
skillsmp.com
null
https://github.com/otrebu/agents/tree/main/plugins/typescript-coding/skills/typescript-coding
otrebu
flutter-tester
A comprehensive Flutter testing skill for creating, writing, and analyzing tests in any Flutter project. Provides guidance on test structure, mocking patterns, Riverpod testing, widget testing, and industry best practices for reliable, maintainable tests.
skillsmp.com
null
https://github.com/Harishwarrior/flutter-claude-skills/tree/main/flutter-tester
Harishwarrior
owasp-mobile-security-checker
Analyze Flutter and mobile applications for OWASP Mobile Top 10 (2024) security compliance. Use this skill when performing security audits, vulnerability assessments, or compliance checks on mobile applications. Performs automated scans for hardcoded secrets, insecure storage, weak cryptography, network security issues...
skillsmp.com
null
https://github.com/Harishwarrior/flutter-claude-skills/tree/main/owasp-mobile-security-checker
Harishwarrior
agent-creator
Create specialized subagents for Claude Code plugins with proper frontmatter, tools configuration, and system prompts. Use when creating agents, subagents, or specialized AI assistants for plugins.
skillsmp.com
null
https://github.com/sjnims/plugin-forge/tree/main/plugins/plugin-forge/skills/agent-creator
sjnims
command-creator
Create custom slash commands for Claude Code plugins with markdown format, arguments, frontmatter, and features. Use when creating commands, slash commands, or custom prompts for plugins.
skillsmp.com
null
https://github.com/sjnims/plugin-forge/tree/main/plugins/plugin-forge/skills/command-creator
sjnims
hook-creator
Create event handler hooks for Claude Code plugins that respond to tool use, sessions, and notifications. Use when creating hooks, event handlers, or automation for plugins.
skillsmp.com
null
https://github.com/sjnims/plugin-forge/tree/main/plugins/plugin-forge/skills/hook-creator
sjnims
marketplace-publisher
Create marketplace.json files and prepare plugins for distribution via plugin marketplaces. Use when publishing plugins, creating marketplaces, or sharing plugins with teams.
skillsmp.com
null
https://github.com/sjnims/plugin-forge/tree/main/plugins/plugin-forge/skills/marketplace-publisher
sjnims
mcp-integrator
Integrate Model Context Protocol (MCP) servers into Claude Code plugins to connect external tools and services. Use when adding MCP servers, integrating external tools, or connecting APIs to plugins.
skillsmp.com
null
https://github.com/sjnims/plugin-forge/tree/main/plugins/plugin-forge/skills/mcp-integrator
sjnims
plugin-initializer
Initialize complete Claude Code plugin directory structures with proper manifests, scaffolding, and templates. Use when creating new plugins from scratch or when the user wants to start a new plugin project.
skillsmp.com
null
https://github.com/sjnims/plugin-forge/tree/main/plugins/plugin-forge/skills/plugin-initializer
sjnims
plugin-validator
Validate Claude Code plugin structure, schemas, and component correctness. Use when validating plugins, checking plugin.json, or debugging plugin issues.
skillsmp.com
null
https://github.com/sjnims/plugin-forge/tree/main/plugins/plugin-forge/skills/plugin-validator
sjnims
skill-creator
Create Agent Skills for Claude Code plugins with SKILL.md, scripts, references, and assets following best practices. Use when creating new skills, authoring SKILL.md files, writing YAML frontmatter, extending Claude with new capabilities, or when the user mentions plugin development, skill authoring, or adding capabili...
skillsmp.com
null
https://github.com/sjnims/plugin-forge/tree/main/plugins/plugin-forge/skills/skill-creator
sjnims