Browse Skills

22656 skills found

bases.md
16
1 export bases
2 ArtemXTech from "ArtemXTech/personal-os-skills"
3 Query Obsidian Bases via the Bases Query plugin (RPC). Use when you need to read structured data from Obsidian bases.
2026-01-05
planning-phase.md
16
1 export planning-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Generates implementation plans with code reuse analysis, architecture design, and complexity estimation during the /plan phase. Use when planning feature implementation, analyzing code reuse opportunities, or designing system architecture after specification phase completes. Integrates with 8 project documentation files for constraint extraction. (project)
2026-01-05
theme-consistency.md
16
1 export theme-consistency
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Enforce consistent theming across all prototype mockup screens. Auto-loads theme.yaml, validates CSS variable usage, prevents hardcoded values, and maintains visual consistency session-to-session. Use during /prototype create when generating new screens.
2026-01-05
agents-md-generator.md
16
1 export agents-md-generator
2 thienanblog from "thienanblog/awesome-ai-agent-skills"
3 Generate or update CLAUDE.md/AGENTS.md files for AI coding agents through auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks, development environments, and preserves customizations when updating.
2026-01-05
breaking-change-detector.md
16
1 export breaking-change-detector
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Detect and warn about breaking API/schema changes before implementation. Auto-trigger when modifying API routes, database schemas, or public interfaces. Validates changes against api-strategy.md versioning rules. Suggests migration paths for breaking changes. Prevents removing endpoints, changing request/response formats, dropping database columns, modifying function signatures without deprecation.
2026-01-05
Unnamed Skill.md
16
1 export Unnamed Skill
2 MatiasComercio from "MatiasComercio/agentic-config"
3 Orchestrates multi-agent workflows by delegating ALL tasks to spawned subagents via /spawn command. Parallelizes independent work, supervises execution, tracks progress in UUID-based output directories, and generates summary reports. Never executes tasks directly. Triggers on keywords: orchestrate, manage agents, spawn agents, parallel tasks, coordinate agents, multi-agent, orc, delegate tasks
2026-01-05
data-structure-checker.md
16
1 export data-structure-checker
2 aws-samples from "aws-samples/sample-deep-insight"
3 This skill should be used when reading any tabular data file (Excel, CSV, Parquet, ODS). It automatically detects and fixes common data issues including multi-level headers, encoding problems, empty rows/columns, and data type mismatches. Returns a clean DataFrame ready for analysis with zero user intervention.
2026-01-05
hallucination-detector.md
16
1 export hallucination-detector
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Detect and prevent hallucinated technical decisions during feature work. Auto-trigger when suggesting technologies, frameworks, APIs, database schemas, or external services. Validates all tech decisions against docs/project/tech-stack.md (single source of truth). Blocks suggestions that violate documented architecture. Requires evidence/citation for all technical choices. Prevents wrong tech stack, duplicate entities, fake APIs, incompatible versions.
2026-01-05
persist-knowledge.md
16
1 export persist-knowledge
2 default-anton from "default-anton/dotfiles"
3 Required at end of every task; and before editing/creating AGENTS.md/docs/skills
2026-01-05
obsidian.md
16
1 export obsidian
2 gapmiss from "gapmiss/obsidian-plugin-skill"
3 Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files, manifest.json, Plugin class, MarkdownView, TFile, vault operations, or any Obsidian API development.
2026-01-05
Unnamed Skill.md
16
1 export Unnamed Skill
2 MatiasComercio from "MatiasComercio/agentic-config"
3 Expert assistant for authoring Claude Code skills. Creates precise SKILL.md files with proper YAML frontmatter, validates naming conventions, and applies official best practices. Triggers on keywords: writing skills, creating skills, skill authoring, SKILL.md, new skill, skill template, skill validation, skill structure, create skill, update skill
2026-01-05
generating-agents-md.md
16
1 export generating-agents-md
2 srtab from "srtab/daiv"
3 Generates or updates an AGENTS.md file by scanning a repository for structure, commands, tests, and conventions. Use when a user asks to create or improve `AGENTS.md` for a repository.
2026-01-05
error-recovery.md
16
1 export error-recovery
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Classify workflow failures and attempt automatic recovery. Use when sprint/feature fails during implementation to determine if auto-fix is possible or manual intervention required.
2026-01-05
gemini-cli.md
16
1 export gemini-cli
2 OleksandrKucherenko from "OleksandrKucherenko/e-bash"
3 Use Gemini CLI as a complementary AI tool for tasks requiring massive context windows (1M tokens). Invoke when analyzing large codebases, requesting deep analysis with extended thinking, getting second opinions on complex problems, or when Claude's context limits are insufficient. Triggers include phrases like "use gemini", "analyze with gemini", "get second opinion", "deep analysis of codebase", or when processing files exceeding Claude's context capacity.
2026-01-05
blz-source-management.md
16
1 export blz-source-management
2 outfitter-dev from "outfitter-dev/blz"
3 Teaches how to discover, validate, and add llms.txt documentation sources to the blz CLI. Use when adding documentation to blz, finding llms.txt or llms-full.txt files, validating sources, refreshing content, or managing the documentation index. Covers source discovery, dry-run validation, and index file handling.
2026-01-05
staging-validation-phase.md
16
1 export staging-validation-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Guides manual staging validation before production deployment through smoke tests, critical user flow testing, data migration verification, and rollback capability checks. Use when validating staging deployments, running pre-production tests, or preparing for production promotion in staging-prod deployment model. (project)
2026-01-05
topsail-ci.md
16
1 export topsail-ci
2 openshift-psap from "openshift-psap/topsail"
3 Suite of tools to fetch TOPSAIL CI logs and artifacts for test troubleshooting
2026-01-05
pester.md
16
1 export pester
2 OleksandrKucherenko from "OleksandrKucherenko/e-bash"
3 PowerShell TDD testing framework guidance for Pester v5+. Use when writing, structuring, or debugging PowerShell unit tests; mocking cmdlets, native commands (bash, git, curl), or .NET types; isolating tests with TestDrive/TestRegistry; capturing output streams; generating code coverage or JUnit/NUnit reports for CI/CD; running parameterized or tagged tests; or troubleshooting Pester Discovery vs Run phase issues.
2026-01-05
implementation-phase.md
16
1 export implementation-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Executes implementation tasks using Test-Driven Development, prevents code duplication through anti-duplication checks, and maintains quality through continuous testing. Use when implementing features from tasks.md, during the /implement phase, or when the user requests TDD-based implementation. (project)
2026-01-05
shellspec.md
16
1 export shellspec
2 OleksandrKucherenko from "OleksandrKucherenko/e-bash"
3 Comprehensive unit testing framework for Bash and POSIX shell scripts using ShellSpec with TDD/BDD best practices. Use when writing tests for shell scripts, debugging test failures, refactoring scripts for testability, setting up test infrastructure, mocking external dependencies, or implementing test-driven development for Bash/shell projects. Covers test structure, isolation, mocking, output capture, coverage, CI integration, and troubleshooting.
2026-01-05
mcp-builder.md
16
1 export mcp-builder
2 basher83 from "basher83/Zammad-MCP"
3 Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
element-html-builder.md
16
1 export element-html-builder
2 rohanthewiz from "rohanthewiz/element"
3 Element is a zero dependency library to efficiently generate HTML programmatically, without templates in Go
2026-01-05
mockup-extraction.md
16
1 export mockup-extraction
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Extract reusable components from approved HTML mockups during implementation. Identifies patterns, maps CSS to Tailwind, and populates prototype-patterns.md for visual fidelity. Use at start of /implement for UI-first features.
2026-01-05
dqmc-analyze.md
16
1 export dqmc-analyze
2 edwnh from "edwnh/dqmc"
3 Extract physical observables with error estimates from completed DQMC simulations. Use when computing density, double occupancy, spin correlations, structure factors, or any measured quantity from simulation data.
2026-01-05