Full-Stack
25 skills in Development > Full-Stack
drafting-pr
Use when creating or updating draft pull requests without code review - streamlines draft PR workflow with meaningful descriptions and commit messages, focusing on work-in-progress documentation
semtools
This skill provides semantic search capabilities using embedding-based similarity matching for code and text. Enables meaning-based search beyond keyword matching, with optional document parsing (PDF, DOCX, PPTX) support.
ship
Create a SHIP.md document - a concrete plan for finishing a project. Analyzes the codebase, defines what "done" means, breaks work into phases with small steps. No motivational fluff - just the plan. Triggers on "help me ship this", "create a ship document", "help me finish this project", "I'm stuck on this project", or when a user needs a clear completion plan.
sgrep
Use sgrep for semantic code search. Use when you need to find code by meaning rather than exact text matching. Perfect for finding concepts like "authentication logic", "error handling patterns", or "database connection pooling".
sgrep
Use sgrep for semantic code search. Use when you need to find code by meaning rather than exact text matching. Perfect for finding concepts like "authentication logic", "error handling patterns", or "database connection pooling".
xml-context-engineering
Structure LLM context using XML tags for maximum attention efficiency. Use when writing system prompts, organizing complex instructions, or engineering context for Claude agents. Produces semantically meaningful XML that creates clear attention anchors.
vectorcode-semantic-search
Semantic code search with VectorCode using embeddings for finding code by meaning, not just keywords. Use when searching for code patterns, similar implementations, concept-based search, or when keyword search fails. Automatically available via MCP.
exa-search
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.
standards-global
Global coding conventions and best practices for modern full-stack TypeScript development. Load when implementing any code to ensure consistent naming, error handling, file organization, type safety, and code style across the entire codebase.
code-reviewer
Use when asked to review MERN stack code - comprehensive code reviewer that checks project health, security, maintainability, performance, testing, and architecture. Combines general code quality analysis with MERN-specific expertise.
devops-fullstack
DevOps for fullstack - Docker, CI/CD, deployment, monitoring
fullstack-testing
Fullstack testing - unit, integration, E2E, coverage
git-commit
Stage meaningful diffs and create commits with WHY-focused messages. Use when agent needs to commit code changes.
mixmi-color-system
Platform color palette with semantic meanings, hex codes, accessibility notes, and usage patterns for all content types including loops, songs, playlists, video, and radio
fullstack-basics
Full-stack development fundamentals - architecture, patterns, integration
fullstack-security
Security and performance - hardening, optimization, auditing
fullstack-patterns
Master patterns for building cohesive full-stack applications.
fullstack-expertise
Full-stack development expertise covering backend, frontend, database, DevOps, and testing domains
git-workflow-management
Automate frequent Git operations including adding changes, committing with meaningful messages, and pushing to remote repositories. Use when you need to save progress, commit code changes, or maintain regular version control workflow with proper commit practices.
git-commit-composer
Use when creating well-structured, conventional git commits from code changes. Triggers after completing work, before pushing changes, or when organizing unstaged/staged changes into meaningful commits. Triggers on "commit", "git commit", "create commit", "stage changes", "conventional commits", "commit message", "atomic commits".