Back to categories
Category

Agent Skills in category: Uncategorized

72242 skills match this category. Browse curated collections and explore related Agent Skills.

python-patterns

Python coding style - pragmatic, readable, fast development over heavy abstraction

maxbeworks
maxbeworks
0

shell-patterns

Shell scripting patterns - portability, explicit error handling, readability over cleverness

maxbeworks
maxbeworks
0

typescript-patterns

TypeScript coding style and patterns - type safety, error handling, code organization

maxbeworks
maxbeworks
0

acceptance-criteria-verification

Use after implementing features - verifies each acceptance criterion with structured testing and posts verification reports to the GitHub issue

troykelly
troykelly
5

api-documentation

Use when API code changes (routes, endpoints, schemas). Enforces Swagger/OpenAPI sync. Pauses work if documentation has drifted, triggering documentation-audit skill.

troykelly
troykelly
5

apply-all-findings

Use after code review - implement ALL findings; any finding not fixed MUST have tracking issue created; no finding disappears without trace

troykelly
troykelly
5

autonomous-operation

Use when starting any work session - establishes autonomous operation mode, overriding token limits and time pressure to work until goal is achieved

troykelly
troykelly
5

code-simplifier

Use when asked to simplify recently changed code without changing behavior or explicitly asked to run the code-simplifier subagent.

troykelly
troykelly
5

comment-analyzer

Use when asked to review code comments for accuracy/quality or explicitly asked to run the comment-analyzer subagent.

troykelly
troykelly
5

issue-decomposition

Use when an issue is too large for a single task - breaks into linked sub-issues with full documentation, ensuring manageable work units

troykelly
troykelly
5

issue-driven-development

Use for any development work - the master 13-step coding process that orchestrates all other skills, ensuring GitHub issue tracking, proper branching, TDD, code review, and CI verification

troykelly
troykelly
5

issue-lifecycle

Use throughout all work - ensures GitHub issues are updated continuously as work happens, not batched at the end

troykelly
troykelly
5

local-service-testing

Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks

troykelly
troykelly
5

tdd-full-coverage

Use when implementing features or fixes - test-driven development with RED-GREEN-REFACTOR cycle and full code coverage requirement

troykelly
troykelly
5

timescaledb

MANDATORY when working with time-series data, hypertables, continuous aggregates, or compression - enforces TimescaleDB 2.24.0 best practices including lightning-fast recompression, UUIDv7 continuous aggregates, and Direct Compress

troykelly
troykelly
5

deferred-finding

Use when a review finding cannot be fixed in current PR - creates properly documented tracking issue with full context, linked to parent, following full issue-driven-development process

troykelly
troykelly
5

pre-work-research

Use before starting implementation - research repository documentation, codebase patterns, and external resources to inform the approach

troykelly
troykelly
5

project-board-enforcement

MANDATORY for all work - the project board is THE source of truth. This skill provides verification functions and gates that other skills MUST call. No work proceeds without project board compliance.

troykelly
troykelly
5

comprehensive-review

Use after implementing features - 7-criteria code review with MANDATORY artifact posting to GitHub issue; blocks PR creation until complete

troykelly
troykelly
5

inline-documentation

Use when writing code - ensure complete JSDoc, docstrings, and inline comments assuming documentation will be generated from code

troykelly
troykelly
5

type-design-analyzer

Use when asked to evaluate type design/invariants or explicitly asked to run the type-design-analyzer subagent.

troykelly
troykelly
5

features-documentation

Use when user-facing features change. Ensures features documentation is updated. Pauses work if documentation has drifted, triggering documentation-audit skill.

troykelly
troykelly
5

ipv6-first

IPv6 is THE first-class citizen. All code, tests, documentation, and configurations MUST be IPv6-first. IPv4 MAY be added only for legacy support as a second-class citizen.

troykelly
troykelly
5

branch-discipline

Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base

troykelly
troykelly
5

inclusive-language

Use when writing code, documentation, or comments - always use accessible and respectful terminology

troykelly
troykelly
5

issue-prerequisite

Use before starting ANY work - hard gate ensuring a GitHub issue exists, creating one if needed through user questioning

troykelly
troykelly
5

autonomous-orchestration

Use when user requests autonomous operation across multiple issues. Orchestrates parallel workers, monitors progress, handles SLEEP/WAKE cycles, and works until scope is complete without user intervention.

troykelly
troykelly
5

ci-monitoring

Use after creating PR - monitor CI pipeline, resolve failures cyclically until green or issue is identified as unresolvable

troykelly
troykelly
5

clean-commits

Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point

troykelly
troykelly
5

code-architect

Use when asked for an architecture blueprint or explicitly asked to run the code-architect subagent.

troykelly
troykelly
5

code-explorer

Use when asked to trace existing codepaths or explicitly asked to run the code-explorer subagent.

troykelly
troykelly
5

code-reviewer

Use when explicitly asked to run the code-reviewer subagent or when another skill requires the code-reviewer agent card.

troykelly
troykelly
5

conflict-resolution

Use when encountering merge conflicts - handle conflicts cleanly, verify resolution, and maintain code integrity

troykelly
troykelly
5

database-architecture

MANDATORY when designing schemas, writing migrations, creating indexes, or making architectural database decisions - enforces PostgreSQL 18 best practices including AIO, UUIDv7, temporal constraints, and modern indexing strategies

troykelly
troykelly
5

documentation-audit

Use when documentation drift is detected. Comprehensively audits codebase and creates/updates Swagger, features docs, and general documentation to achieve full sync.

troykelly
troykelly
5

environment-bootstrap

Use for development environment setup - create and maintain init scripts, run smoke tests, ensure consistent environment across sessions

troykelly
troykelly
5

epic-management

Use for LARGE work requiring feature-level grouping. Creates epic tracking issues, manages related issues under a common label, tracks epic progress, and coordinates with milestones.

troykelly
troykelly
5

error-recovery

Use when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state

troykelly
troykelly
5

feedback-triage

Use when receiving UAT feedback, bug reports, user testing results, stakeholder feedback, QA findings, or any batch of issues to investigate. Investigates each item BEFORE creating issues, classifies by type and priority, creates well-formed GitHub issues with proper project board integration.

troykelly
troykelly
5

initiative-architecture

Use for MASSIVE work requests requiring multi-epic planning. Creates research spikes, documents all unknowns and decisions, builds resumable architecture documents, and structures work into epics and milestones.

troykelly
troykelly
5

memory-integration

Use to maintain context across sessions - integrates episodic-memory for conversation recall and mcp__memory knowledge graph for persistent facts

troykelly
troykelly
5

milestone-management

Use for time-based grouping of issues into delivery phases. Creates, updates, and tracks milestones, associates issues and epics, monitors progress toward milestone completion.

troykelly
troykelly
5

no-deferred-work

Use during all development - no TODOs, no FIXMEs, no "we'll add this later"; do it now or get explicit deferral permission

troykelly
troykelly
5

pexels-media

Source royalty-free images and videos from Pexels API for design, placeholders, or content. Supports search, curated/popular content, collections, multiple resolutions, and ALWAYS creates detailed sidecar metadata files.

troykelly
troykelly
5

postgis

MANDATORY when working with geographic data, spatial queries, geometry operations, or location-based features - enforces PostGIS 3.6.1 best practices including ST_CoverageClean, SFCGAL 3D functions, and bigint topology

troykelly
troykelly
5

postgres-rls

MANDATORY when touching auth tables, tenant isolation, RLS policies, or multi-tenant database code - enforces Row Level Security best practices and catches common bypass vulnerabilities

troykelly
troykelly
5

pr-creation

Use after completing implementation - create pull request with complete documentation, proper labels, linked issues, and verification summary

troykelly
troykelly
5

pr-test-analyzer

Use when asked to evaluate PR test coverage or explicitly asked to run the pr-test-analyzer subagent.

troykelly
troykelly
5

project-status-sync

Use to keep GitHub Project fields synchronized with actual work state - updates status, verification, criteria counts, and other project-specific fields

troykelly
troykelly
5

research-after-failure

Use after 2 consecutive failed attempts at solving a problem - STOP guessing and research documentation, codebase, and online resources before resuming

troykelly
troykelly
5

Page 1132 of 1445 · 72242 results