Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
offline-first
Local storage, data sync, and conflict resolution for offline-capable apps.
timequity/vibe-coder
-
mobile-ui
Mobile UI patterns, gestures, animations, and platform-specific design.
timequity/vibe-coder
-
react-native-expert
React Native core patterns, navigation, state management, and performance optimization.
timequity/vibe-coder
-
app-store-deploy
iOS App Store and Google Play submission requirements and process.
timequity/vibe-coder
-
push-notifications
Firebase Cloud Messaging and Apple Push Notification Service setup.
timequity/vibe-coder
-
deep-linking
Universal Links, App Links, and URL scheme configuration.
timequity/vibe-coder
-
ui-generator
Generate UI components from natural language descriptions.
Use when: user asks for a page, component, or UI element.
Triggers: "create page", "add component", "show form", "make button",
"страница", "компонент", "форма".
timequity/vibe-coder
-
cli-tool
Build command-line tools with argument parsing, subcommands, and nice UX.
Use when: creating CLI, terminal app, command-line utility.
Triggers: "cli", "command line", "terminal", "clap", "typer", "commander".
timequity/vibe-coder
-
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
timequity/vibe-coder
-
secrets-guardian
Protect repositories from accidental secret commits. Essential when working with AI agents.
Use when: setting up new project, adding pre-commit hooks, scanning for secrets, fixing leaked credentials.
Triggers: "настрой защиту секретов", "setup secrets", "check secrets", "scan secrets", "проверь секреты", "pre-commit", "gitleaks".
PROACTIVELY suggest when creating new projects or when .pre-commit-config.yaml is missing.
timequity/vibe-coder
-
frontend-htmx
Axum + Askama + HTMX stack for single-binary web apps.
Use when: building server-rendered UI, lightweight frontends, single deployable binary.
Triggers: "htmx", "askama", "templates", "server-rendered", "single binary frontend".
timequity/vibe-coder
-
graphql-api
Build GraphQL APIs with schema design, resolvers, and subscriptions.
Use when: creating GraphQL server, API with complex queries.
Triggers: "graphql", "gql", "apollo", "async-graphql", "strawberry".
timequity/vibe-coder
-
performance-profiling
Identify performance bottlenecks systematically. Measure before optimizing.
timequity/vibe-coder
-
defense-in-depth
Use when invalid data causes failures deep in execution - validates at every layer data passes through to make bugs structurally impossible
timequity/vibe-coder
-
code-review
Code review workflow and best practices.
Use when: reviewing PRs, receiving feedback, or preparing code for review.
Triggers: "code review", "review", "pr review", "pull request",
"feedback", "review changes".
timequity/vibe-coder
-
project-types
Project type definitions with type-specific questions, patterns, and stacks.
Use when: determining project architecture, asking type-specific questions.
Referenced by: idea-validation, brainstorming, /ship command.
timequity/vibe-coder
-
openai-api
OpenAI REST API integration guide. Use when: making direct HTTP calls to OpenAI API,
understanding API structure without SDK, debugging API requests, learning request/response
formats, handling errors and rate limits. Covers: authentication, Chat Completions,
Embeddings, Images (DALL-E), Audio (Whisper/TTS), error handling, streaming.
timequity/vibe-coder
-
openai-sdk
OpenAI official SDK usage (Python, Node.js). Use when: writing code that calls OpenAI API,
implementing chat/embeddings/images/audio features, handling streaming responses,
async patterns, error handling with SDK. For raw HTTP/REST calls, see `openai-api` skill.
timequity/vibe-coder
-
discord-bot
Build Discord bots with modern frameworks.
Use when: creating Discord bot, slash commands, moderation bot.
Triggers: "discord", "discord bot", "serenity", "discord.js", "discord.py".
timequity/vibe-coder
-
verification-before-completion
Use when about to claim work is complete or fixed - requires running verification commands and confirming output before making any success claims
timequity/vibe-coder
-
edge-stack
Modern edge-native web stack: Hono + htmx + UnoCSS + Cloudflare D1. Use when: building
server-rendered apps with interactivity, rapid prototyping, CRUD apps, landing pages,
marketplaces. Zero cold start, global edge deployment, $0/month on CF free tier.
TypeScript alternative to Rust/Axum + htmx stack.
timequity/vibe-coder
-
debugging-auto
Hidden automatic debugging when something breaks - user sees simple question or "fixing..." not stack traces or technical errors
timequity/vibe-coder
-
security-check
Automatic OWASP security checks on generated code.
Use when: any code is generated in the pipeline.
Triggers: internal use only.
timequity/vibe-coder
-
beads-workflow
Proactive workflow for projects using beads issue tracker.
ACTIVATE AUTOMATICALLY when session starts in directory with .beads/.
Use when: starting work session, selecting tasks, completing tasks, creating subtasks.
Triggers: "какие задачи", "что делать", "готово", "done", "следующая задача", "создай задачу", "tasks", "next task", "pick task", "обнови задачи", "refresh", "sync".
timequity/vibe-coder