Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
testing-basics
Essential testing patterns for any project.
Use when: writing tests, setting up testing, or fixing test issues.
Triggers: "test", "testing", "unit test", "write tests".
timequity/vibe-coder
-
testing-anti-patterns
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior and production pollution
timequity/vibe-coder
-
db-designer
Generate database schema from feature descriptions. User doesn't see SQL.
Use when: features require data persistence.
Triggers: internal use only.
timequity/vibe-coder
-
theme-factory
10 ready-to-use themes with colors and fonts for consistent styling.
Use when: applying visual themes to pages, components, or design systems.
Triggers: "theme", "color palette", "color scheme", "fonts", "branding",
"visual identity", "design system colors".
timequity/vibe-coder
-
condition-based-waiting
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling
timequity/vibe-coder
-
backend-python
Modern Python backend stack: FastAPI, SQLAlchemy 2.0, Pydantic v2, uv, ruff.
Use when: building Python APIs, async services, or working with Python backend code.
Triggers: "fastapi", "python backend", "sqlalchemy", "pydantic", "uv", "ruff",
"python api", "async python".
timequity/vibe-coder
-
testing-python
Python testing best practices with pytest. Covers unit, integration, async tests, mocking, fixtures.
Triggers: "напиши тесты", "write tests", "add tests", "test coverage", "pytest"
timequity/vibe-coder
-
telegram-bot
Build Telegram bots with modern frameworks.
Use when: creating Telegram bot, chatbot, notification bot.
Triggers: "telegram", "tg bot", "телеграм бот", "teloxide", "aiogram".
timequity/vibe-coder
-
devops
DevOps essentials: Docker, CI/CD pipelines, deployment strategies.
Use when: containerizing apps, setting up CI/CD, deploying to production.
Triggers: "docker", "dockerfile", "ci/cd", "github actions", "deploy",
"kubernetes", "compose", "container", "pipeline".
timequity/vibe-coder
-
code-review-auto
Automatic code review and fixes before showing to user.
Use when: code generation is complete, before preview.
Triggers: internal use only.
timequity/vibe-coder
-
backend-core
Language-agnostic backend patterns: API design, authentication, security, databases.
Use when: designing APIs, implementing auth, securing endpoints, modeling data.
Triggers: "api design", "rest api", "graphql", "authentication", "jwt", "oauth",
"security", "owasp", "database schema", "migrations", "sql".
timequity/vibe-coder
-
frontend-design
Create distinctive, production-grade frontend interfaces avoiding "AI slop" aesthetics.
Use when: building landing pages, dashboards, components, or styling any web UI.
Triggers: "design", "landing page", "beautiful ui", "styling", "aesthetics",
"make it look good", "professional design", "ui design".
timequity/vibe-coder
-
frontend-react
Modern React stack: React 19, TypeScript, Tailwind CSS, Vite, TanStack Query.
Use when: building React apps, components, state management, or UI.
Triggers: "react", "frontend", "tailwind", "vite", "typescript react",
"component", "useState", "tanstack", "react query".
timequity/vibe-coder
-
beads-validation
Validates beads issues after creation. Checks dependencies, PRD mapping, order, and issue quality.
Use when: after creating issues, before TDD loop, before handoff.
Triggers: "validate beads", "check issues", "verify tasks", "check quality", "validate handoff".
timequity/vibe-coder
-
auto-testing
Automatically generate and run tests after each code change.
Use when: any code is generated or modified in the pipeline.
Triggers: internal use only.
timequity/vibe-coder
-
testing-core
Cross-language testing patterns: unit, integration, E2E testing strategies.
Use when: writing tests, setting up test infrastructure, or improving coverage.
Triggers: "test", "testing", "unit test", "integration test", "e2e",
"coverage", "mock", "fixture".
timequity/vibe-coder
-
api-generator
Generate CRUD API endpoints automatically. User doesn't see routes.
Use when: features need backend logic.
Triggers: internal use only.
timequity/vibe-coder
-
root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack to identify source of invalid data
timequity/vibe-coder
-
idea-validation
Validate idea and create detailed PRD. Saves docs/PRD.md to project.
Use when: user describes an app idea, wants to create something new.
Triggers: "I want to build", "create app", "make website", "build MVP",
"хочу создать", "сделать приложение".
timequity/vibe-coder
-
feature-builder
Add features by description. User says WHAT, AI figures out HOW.
Use when: user wants to add functionality to existing app.
Triggers: "add auth", "add payments", "add search", "добавь",
"integrate", "connect".
timequity/vibe-coder
-
project-validation
Validates project after initialization. Checks static files, endpoints, CSS, health.
Use when: after rust-project-init, before TDD loop.
Triggers: "validate project", "check project", "verify init".
timequity/vibe-coder
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
timequity/vibe-coder
-
backend-nodejs
Modern Node.js backend stack: NestJS/Hono, Drizzle ORM, Vitest, TypeScript.
Use when: building Node.js APIs, TypeScript backends, or serverless functions.
Triggers: "nestjs", "node backend", "express", "hono", "drizzle", "vitest",
"typescript api", "node api", "bun".
timequity/vibe-coder
-
argentic-framework-development
Expert knowledge for building AI agents with Argentic - a Python microframework for async MQTT-based agents with multi-LLM support, custom tools, and multi-agent orchestration
angkira/argentic 5