Run full 5-layer analysis (AST, call graph, CFG, DFG, slice) on a specific function for deep debugging or understanding.
Skills in this repository
vibeeval/vibecosystem - Page 5
SkillsMP has collected 330 skills from vibeeval/vibecosystem. Open a skill to review its source and details.
vibeeval/vibecosystemShowing 40 of 330 collected skills.
Get a token-efficient overview of any project using file tree, code structure, and call graph analysis.
Map code questions to the optimal tldr command by detecting intent and routing to the right analysis layer.
Friendly onboarding tour of Claude Code capabilities for users asking what it can do.
Comprehensive verification system covering build, types, lint, tests, security, and diff review before a PR.
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
Figma-to-code translation, design tokens, spacing/typography scales, responsive breakpoints, and design system bridge patterns.
Document codebase as-is with thoughts directory for historical context
TDD workflow for migrations - orchestrate agents, zero main context growth
axe-core integration, WCAG 2.2 AA checklist, keyboard navigation testing, screen reader testing, and ARIA pattern validation.
Agent Context Isolation
Agent Orchestration Rules
Agentic Workflow Pattern
Guide for integrating Agentica SDK with Claude Code CLI proxy
Reference guide for Agentica multi-agent infrastructure APIs
Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity
Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration
Agentica server + Claude proxy setup - architecture, startup sequence, debugging
Spawn Agentica multi-agent patterns
Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.
AST-based code search and refactoring via ast-grep MCP
Async REPL Protocol
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Background Agent Pings
Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging
Workflow orchestrator that chains existing skills for feature development
Redis caching strategies, cache invalidation, write-through/write-behind, TTL management, and cache stampede protection.
GitHub Actions workflow patterns, matrix builds, caching strategies, deployment pipelines, artifact management, and rollback procedures.
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Completion Check: Verify Infrastructure Is Wired
Transform session learnings into permanent capabilities (skills, rules, agents). Use when asked to "improve setup", "learn from sessions", "compound learnings", or "what patterns should become skills".
TOCTOU prevention, distributed locking, idempotency keys, race condition detection for Node.js and serverless environments.
Find unused functions and dead code in the codebase
Systematic hook debugging workflow. Use when hooks aren't firing, producing wrong output, or behaving unexpectedly.
PR size-based review depth, performance review checklist, architecture conformance checks, and framework-specific review patterns.
Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
Dockerfile best practices, multi-stage builds, docker-compose, container networking, volume management, and image optimization.