github.com/vudovn/ag-kit
Skill | Added | Review |
|---|---|---|
intelligent-routing .agents/skills/intelligent-routing/SKILL.md Automatic agent selection and intelligent task routing. Analyzes user requests and automatically selects the best specialist agent(s) without requiring explicit user mentions. | 46 46 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
i18n-localization .agents/skills/i18n-localization/SKILL.md Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
geo-fundamentals .agents/skills/geo-fundamentals/SKILL.md Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity). | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
web-games .agents/skills/game-development/web-games/SKILL.md Web browser game development principles. Framework selection, WebGPU, optimization, PWA. | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
vr-ar .agents/skills/game-development/vr-ar/SKILL.md VR/AR development principles. Comfort, interaction, performance requirements. | 44 44 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
pc-games .agents/skills/game-development/pc-games/SKILL.md PC and console game development principles. Engine selection, platform features, optimization strategies. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
multiplayer .agents/skills/game-development/multiplayer/SKILL.md Multiplayer game development principles. Architecture, networking, synchronization. | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
mobile-games .agents/skills/game-development/mobile-games/SKILL.md Mobile game development principles. Touch input, battery, performance, app stores. | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
game-design .agents/skills/game-development/game-design/SKILL.md Game design principles. GDD structure, balancing, player psychology, progression. | 44 44 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
game-audio .agents/skills/game-development/game-audio/SKILL.md Game audio principles. Sound design, music integration, adaptive audio systems. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
game-art .agents/skills/game-development/game-art/SKILL.md Game art principles. Visual style selection, asset pipeline, animation workflow. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
game-development .agents/skills/game-development/SKILL.md Game development orchestrator. Routes to platform-specific skills based on project needs. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
3d-games .agents/skills/game-development/3d-games/SKILL.md 3D game development principles. Rendering, shaders, physics, cameras. | 44 44 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
2d-games .agents/skills/game-development/2d-games/SKILL.md 2D game development principles. Sprites, tilemaps, physics, camera. | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
frontend-design .agents/skills/frontend-design/SKILL.md Anti-slop frontend design for web UI — landing pages, portfolios, marketing/product sites, and redesigns. Reads the brief, infers the right direction, and ships interfaces that don't look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check. NOT for mobile apps. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
frontend-architecture .agents/skills/frontend-architecture/SKILL.md How to organize frontend code — separation of concerns (UI / logic / data / type), file responsibility, state tiers, API services, schema validation, and framework conventions for React/Next and Vue. Structural rules, not visual design. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
documentation-templates .agents/skills/documentation-templates/SKILL.md Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
design-spec .agents/skills/design-spec/SKILL.md How to author a DESIGN.md file — the machine-readable design-token + human-rationale format that must exist before any UI is built. YAML front-matter token schema (colors, typography, spacing, rounded, components), type system, token references, and canonical section order. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 04514f0 | |
deployment-procedures .agents/skills/deployment-procedures/SKILL.md Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
database-design .agents/skills/database-design/SKILL.md Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases. | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
coordinator-mode .agents/skills/coordinator-mode/SKILL.md Advanced multi-agent orchestration with parallel workers, synthesis protocols, and coordinator lifecycle. Use when complex tasks require multiple agents working in parallel with intelligent result synthesis. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
context-compression .agents/skills/context-compression/SKILL.md Manage and compress conversation context in long sessions. Detect when context is growing large, summarize completed work phases, archive old findings while preserving key decisions. Prevents context degradation. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
code-review-graph .agents/skills/code-review-graph/SKILL.md Token-efficient code review using Tree-sitter AST graphs and MCP. Cuts AI token usage on large codebases by computing the blast radius of changes instead of reading entire codebases. Uses a SQLite graph database for structural analysis. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
code-review-checklist .agents/skills/code-review-checklist/SKILL.md Code review guidelines covering code quality, security, and best practices. | 46 46 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 | |
clean-code .agents/skills/clean-code/SKILL.md Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 04514f0 |