Browse Skills

3205 skills found

youtube-to-knowledge-doc.md
2
1 export youtube-to-knowledge-doc
2 tekliner from "tekliner/improvado-agentic-frameworks-and-skills"
3 Use when user provides YouTube URL and says "document this", "create notes", or "save this video". Automatically extracts transcript, determines folder placement, and generates Knowledge Framework documentation with MECE structure, Mermaid diagrams, and clickable timestamp citations.
2026-01-05
workers-binding-validator.md
2
1 export workers-binding-validator
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Automatically validates Cloudflare Workers binding configuration, ensuring code references match wrangler.toml setup and TypeScript interfaces are accurate
2026-01-05
shape-spec.md
2
1 export shape-spec
2 korallis from "korallis/Amp-OS"
3 Research and gather requirements for a new feature spec. Use when you have a feature idea and need to understand scope, gather requirements, and document visuals before writing a spec.
2026-01-05
knowledge-framework.md
2
1 export knowledge-framework
2 tekliner from "tekliner/improvado-agentic-frameworks-and-skills"
3 Auto-applies MECE/BFO framework (thesis, Mermaid TD/LR, numbered sections, Ground Truth) to ANY .md file creation.
2026-01-05
pricing-strategist.md
2
1 export pricing-strategist
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Design and optimize pricing strategies for SaaS products including tiering, packaging, value metrics, and experimentation. Use when setting initial pricing, optimizing conversion, expanding revenue, or when users ask about pricing strategy, monetization, or revenue optimization.
2026-01-05
stanford-storm.md
2
1 export stanford-storm
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Run Stanford STORM (knowledge-storm) to generate comprehensive, Wikipedia-style articles with citations. Requires LLM and Search API keys (Bing or You.com).
2026-01-05
dependency-analysis.md
2
1 export dependency-analysis
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 依存関係の可視化、循環依存検出、安定度評価を体系化するスキル。アーキテクチャの健全性を測定し、改善優先度を整理する。Anchors:• Clean Architecture / 適用: 安定依存の原則 / 目的: 依存方向の評価• Refactoring / 適用: 依存解消パターン / 目的: 循環依存の改善• Graph Algorithms / 適用: 強連結成分 / 目的: 循環依存の検出Trigger:Use when analyzing module dependencies, detecting circular references, calculating stability metrics, or planning dependency refactoring.dependency graph, circular dependency, stability metrics, coupling, sdp violation
2026-01-05
git-workflow.md
2
1 export git-workflow
2 warpcode from "warpcode/dotfiles"
3 Route ALL git operations to appropriate resources. Load reference files before responding. Scope: status, diff, log, commits, branches, conflicts, rebasing, code review. Triggers: "git", "status", "diff", "log", "commit", "branch", "merge", "conflict", "rebase", "stash", "cherry-pick".
2026-01-05
creating-github-issues-from-web-research.md
2
1 export creating-github-issues-from-web-research
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enhances Claude's ability to conduct web research and translate findings into actionable GitHub issues. It automates the process of extracting key information from web search results and formatting it into a well-structured issue, ready for team action. Use this skill when you need to research a topic and create a corresponding GitHub issue for tracking, collaboration, and task management. Trigger this skill by requesting Claude to "research [topic] and create a ticket" or "find [information] and generate a GitHub issue".
2026-01-05
exa-search.md
2
1 export exa-search
2 benjaminjackson from "benjaminjackson/exa-skills"
3 Search the web for content matching a query with AI-powered semantic search. Use for finding relevant web pages, research papers, news articles, code repositories, or any web content by meaning rather than just keywords.
2026-01-05
csp-lua.md
2
1 export csp-lua
2 tobi from "tobi/ac-tracer"
3 CSP (Custom Shaders Patch) Lua API reference for Assetto Corsa modding. Use when working with ac.*, ui.*, render.*, physics.* APIs or any CSP Lua code.
2026-01-05
skill-creator.md
2
1 export skill-creator
2 sjnims from "sjnims/plugin-forge"
3 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 capabilities to a plugin.
2026-01-05
structured-writing.md
2
1 export structured-writing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 構造化ライティングを実践するためのスキル。DITAやトピックベースの原則に沿って文書を分割・再利用し、手順/概念/参照の役割を明確にする。Anchors:• DITA 1.3 Specification / 適用: トピック設計 / 目的: 文書構造の標準化• Information Architecture for the World Wide Web / 適用: 情報設計 / 目的: 探しやすさの向上• Topic-Based Authoring / 適用: 再利用設計 / 目的: モジュール化と保守性の改善Trigger:Use when designing topic-based documentation, modular content, or reusable docs with clear task/concept/reference separation.structured writing, DITA, topic-based authoring, content reuse, documentation structure
2026-01-05
ultrathink.md
2
1 export ultrathink
2 dashed from "dashed/claude-marketplace"
3 Invoke deep sequential thinking for complex problem-solving. Use when the user says 'use ultrathink', 'ultrathink', or when tackling problems that require careful step-by-step reasoning, planning, hypothesis generation, or multi-step analysis.
2026-01-05
setting-up-experiment-tracking.md
2
1 export setting-up-experiment-tracking
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates the setup of machine learning experiment tracking using tools like MLflow or Weights & Biases (W&B). It is triggered when the user requests to "track experiments", "setup experiment tracking", "initialize MLflow", or "integrate W&B". The skill configures the necessary environment, initializes the tracking server (if needed), and provides code snippets for logging experiment parameters, metrics, and artifacts. It helps ensure reproducibility and simplifies the comparison of different model runs.
2026-01-05
differential-methylation.md
2
1 export differential-methylation
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 This skill performs differential DNA methylation analysis (DMRs and DMCs) between experimental conditions using WGBS methylation tracks (BED/BedGraph). It standardizes input files into per-sample four-column Metilene tables, constructs a merged methylation matrix, runs Metilene for DMR detection, filters the results, and generates quick visualizations.
2026-01-05
systematic-debugging.md
2
1 export systematic-debugging
2 cipherstash from "cipherstash/cipherpowers"
3 Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
plan.md
2
1 export plan
2 ferdiangunawan from "ferdiangunawan/rpi-stack"
3 Creates detailed implementation plan from validated research. Produces task breakdown with dependencies.
2026-01-05
agent-factory.md
2
1 export agent-factory
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Create new PAI agents using AGENT_FACTORY.md patterns. Guides through archetype selection (Researcher, Validator, Generator, Critic, Synthesizer), validates against CONSTITUTION.md, and generates agent specifications following established templates.
2026-01-05
000-jeremy-content-consistency-validator.md
2
1 export 000-jeremy-content-consistency-validator
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Validates messaging consistency across website, GitHub repositories, and local documentation. Generates comprehensive read-only discrepancy reports showing where messaging conflicts or inconsistencies exist. Activates when user mentions "consistency check", "validate documentation", "check for mixed messaging", "audit content consistency", or before updating internal paperwork.
2026-01-05
add-resource.md
2
1 export add-resource
2 whanyu1212 from "whanyu1212/artifact-foundry"
3 Add new learning resources (books, articles, courses, papers) to the appropriate resources.md file. Use when user mentions adding, saving, or tracking learning materials.
2026-01-05
foreign-key-constraints.md
2
1 export foreign-key-constraints
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 外部キー制約と参照整合性をC.J. Dateの理論に基づいて設計するスキル。CASCADE動作の戦略的選択、循環参照の検出・解消、ソフトデリート整合性を提供。SQLite/Turso + Drizzle ORM環境に最適化。Anchors:• An Introduction to Database Systems(C.J. Date) / 適用: FK設計 / 目的: 理論的に正しい制約設計• The Pragmatic Programmer(Hunt, Thomas) / 適用: 実装品質 / 目的: 保守性の高い設計Trigger:Use when designing foreign key relationships, selecting CASCADE behavior, detecting circular references, integrating soft delete patterns, or reviewing database schema integrity.
2026-01-05
arxiv-search.md
2
1 export arxiv-search
2 DougTrajano from "DougTrajano/pydantic-ai-skills"
3 Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields.
2026-01-05
changelog-writer.md
2
1 export changelog-writer
2 patricio0312rev from "patricio0312rev/skillset"
3 Generates changelogs and release notes from git commits, PR titles, and issue references. Organizes changes by impact type (breaking, features, fixes, improvements), formats according to Keep a Changelog standard, and provides version tagging and semantic versioning suggestions. Use when users request "create changelog", "write release notes", "document version changes", or "prepare release".
2026-01-05