vibeeval
- 226 skills
- 0 followers
- 7 hours ago last updated
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Golang Testing · vibeevalGo testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
- ▌
- ▌ Django Security · vibeevalDjango security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
- ▌ Gdpr Compliance · vibeevalGDPR compliance - data subject rights, lawful basis, DPIA, privacy by design, breach notification, consent management, cross-border transfers, PII masking
- ▌ Python Patterns · vibeevalPythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
- ▌
- ▌ Hipaa Compliance · vibeevalHIPAA compliance - PHI protection, technical/administrative/physical safeguards, minimum necessary standard, BAA requirements, de-identification, access logging
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Math Intuition Builder · vibeevalDevelops mathematical understanding through examples, visualization, and analogy
- ▌
- ▌ Swarm Optimization Patterns · vibeevalMulti-agent coordination, critical path method, dependency DAG, and agent allocation optimization
- ▌ Dependency Analysis Patterns · vibeevalDependency graph visualization, circular dependency detection, CVE scanning, and license compliance
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Rudin Real Complex Analysis · vibeevalProblem-solving with Rudin's Real and Complex Analysis textbook
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Boundary Value Problems · vibeevalProblem-solving strategies for boundary value problems in odes pdes
- ▌
- ▌
- ▌
- ▌ Categories Functors · vibeevalProblem-solving strategies for categories functors in category theory
- ▌
- ▌
- ▌
- ▌
- ▌ Constrained Optimization · vibeevalProblem-solving strategies for constrained optimization in optimization
- ▌ Modular Arithmetic · vibeevalProblem-solving strategies for modular arithmetic in graph number theory
- ▌ Propositional Logic · vibeevalProblem-solving strategies for propositional logic in mathematical logic
- ▌ Natural Transformations · vibeevalProblem-solving strategies for natural transformations in category theory
- ▌ Numerical Integration · vibeevalProblem-solving strategies for numerical integration in numerical methods
- ▌ Fix · vibeevalMeta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
- ▌
- ▌ Help · vibeevalInteractive workspace discovery - learn what tools, workflows, agents, and hooks are available
- ▌
- ▌ Tour · vibeevalFriendly onboarding tour of Claude Code capabilities for users asking what it can do.
- ▌
- ▌
- ▌
- ▌ Recall · vibeevalQuery the memory system for relevant learnings from past sessions using semantic search.
- ▌ Explore · vibeevalMeta-skill for internal codebase exploration at varying depths (quick/deep/architecture)
- ▌ Release · vibeevalRelease preparation workflow - security audit → E2E tests → review → changelog → docs
- ▌
- ▌
- ▌ Security · vibeevalSecurity audit workflow - OWASP Top 10, input validation, auth, secret detection, vulnerability scan
- ▌
- ▌
- ▌
- ▌ Tldr Code · vibeeval bundleToken-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings.
- ▌ Tldr Deep · vibeevalRun full 5-layer analysis (AST, call graph, CFG, DFG, slice) on a specific function for deep debugging or understanding.
- ▌ Docker Ops · vibeevalDockerfile best practices, multi-stage builds, docker-compose, container networking, volume management, and image optimization.
- ▌ Plan Agent · vibeevalPlanning agent that creates implementation plans and handoffs from conversation context
- ▌
- ▌
- ▌ Sub Agents · vibeevalCreate and configure Claude Code sub-agents with custom prompts, tools, and models
- ▌ Debug Hooks · vibeevalSystematic hook debugging workflow. Use when hooks aren't firing, producing wrong output, or behaving unexpectedly.
- ▌ Math Router · vibeevalDeterministic router for math cognitive stack - maps user intent to exact CLI commands
- ▌
- ▌
- ▌ Tldr Router · vibeevalMap code questions to the optimal tldr command by detecting intent and routing to the right analysis layer.