Published skills
create-llms
Creates an llms.txt file from scratch based on repository structure. Use when configuring LLM discovery files. For updating existing configurations, see update-llms.
changelog
Generates and maintains changelogs in Keep a Changelog format. Use for updating release notes, finishing tasks, or tagging versions; for version bumps, see semantic-versioning.
competitor-analysis
Structured competitor teardown skill. Use when scraping competitor sites, extracting pricing/features/positioning, or analyzing strategic gaps. For general research, see market-research.
market-research
Deep web research skill using Firecrawl MCP. Use when estimating market size (TAM/SAM/SOM), analyzing trends, or scraping competitors. For competitor teardowns, see competitor-analysis.
playbook-writer
Meta-skill that generates compliant PLAYBOOK.md files following the BRAINIAC template. Use when creating or editing modules in the command center. For general readme creation, see create-readme.
conventional-commits
Enforces the Conventional Commits format for git commit messages, useful for formatting commits or validating message structures. For git commands, refer to git-control.
idea-validator
Structured validation framework that scores product ideas, used when evaluating problem severity, willingness-to-pay, or founder-market fit. For market intelligence, see market-research.
git-control
Standardizes git operations, branch management, and disaster recovery. Use when committing, branching, or resolving conflicts; for commit formatting, see conventional-commits.
create-readme
An intelligent prompt for README.md generation that analyzes project documentation structure and creates comprehensive repository documentation. It scans directory files to create a README.md, used only when creating a new repository or if the README.md file is missing.
mcp-documentation
Reference and learning guide for the Model Context Protocol (MCP). Use when implementing clients/servers or debugging connection issues. For server listings, see mcp-server-registry.
mcp-reference-servers
Guidance on using and integrating official reference servers. Apply when building custom servers or deploying standard configurations; for server listings, see mcp-server-registry.
mcp-server-registry
Instructions for discovering and using servers via the official MCP registry, especially for new integrations. For building custom servers, refer to mcp-reference-servers.
semantic-versioning
Manages project versioning following Semantic Versioning (SemVer) principles, calculating increments based on changes and synchronizing versions across documentation and metadata. Use when the user asks to bump the version, prepare a release, or when the changelog skill calls for a release.
update-llms
Updates the llms.txt file to reflect changes in documentation. Use when editing repository details or specifications; for creating from scratch, see create-llms.
Category alert