Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
app-store-deploy
iOS App Store and Google Play submission requirements and process.
timequity/plugins 6
-
push-notifications
Firebase Cloud Messaging and Apple Push Notification Service setup.
timequity/plugins 6
-
deep-linking
Universal Links, App Links, and URL scheme configuration.
timequity/plugins 6
-
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/plugins 6
-
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/plugins 6
-
performance-profiling
Identify performance bottlenecks systematically. Measure before optimizing.
timequity/plugins 6
-
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/plugins 6
-
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/plugins 6
-
craft-coder-help
Help and documentation for Craft-Coder plugin.
Use when: user asks about available skills, commands, or how to use this plugin.
Triggers: "help", "what can you do", "craft help", "как пользоваться".
timequity/plugins 6
-
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/plugins 6
-
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/plugins 6
-
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/plugins 6
-
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/plugins 6
-
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/plugins 6
-
condition-based-waiting
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling
timequity/plugins 6
-
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/plugins 6
-
testing-python
Python testing best practices with pytest. Covers unit, integration, async tests, mocking, fixtures.
Triggers: "напиши тесты", "write tests", "add tests", "test coverage", "pytest"
timequity/plugins 6
-
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/plugins 6
-
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/plugins 6
-
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/plugins 6
-
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/plugins 6
-
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/plugins 6
-
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/plugins 6
-
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/plugins 6