Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
data-modeling
Dimensional modeling, normalization, and schema design for analytics.
timequity/plugins 6
-
data-quality
Data quality testing with dbt tests, Great Expectations, and monitoring.
timequity/plugins 6
-
pipeline-design
Design ETL/ELT pipeline architectures with proper patterns for reliability and scalability.
timequity/plugins 6
-
spark-basics
PySpark fundamentals for distributed data processing.
timequity/plugins 6
-
data-governance
Data lineage, cataloging, access control, and compliance.
timequity/plugins 6
-
design-preferences
Gather user design preferences before building UI.
Use when: starting a project with visual interface (Web App, Mobile, Browser Extension).
Triggers: "design preferences", "visual style", "choose theme", "design step".
timequity/plugins 6
-
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
timequity/plugins 6
-
expo-workflows
Expo SDK, EAS Build, EAS Update, and managed workflow best practices.
timequity/plugins 6
-
offline-first
Local storage, data sync, and conflict resolution for offline-capable apps.
timequity/plugins 6
-
mobile-ui
Mobile UI patterns, gestures, animations, and platform-specific design.
timequity/plugins 6
-
react-native-expert
React Native core patterns, navigation, state management, and performance optimization.
timequity/plugins 6
-
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
-
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/plugins 6
-
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/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
-
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/plugins 6
-
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/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
-
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/plugins 6