Back to categories
Category

Agent Skills in category: Uncategorized

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

quality-gated-updates

Ingest data from S3 into Bauplan safely using branch isolation and quality checks before publishing. Use when loading new data from S3, importing parquet/csv/jsonl files, or when the user needs to safely load data with validation before merging to main.

BauplanLabs
BauplanLabs
71

root-cause-analysis-and-fix

“Inspect a failed Bauplan pipeline run on a dev branch, reconstruct the frozen data state, collect evidence, propose a minimal code fix using Git, and rerun deterministically where possible.”

BauplanLabs
BauplanLabs
71

skill-creator

Create effective skills. Use when creating or updating skills.

n4vysh
n4vysh
5

terraform-module

Inspect Terraform module specs from cache when seeing module sources.

n4vysh
n4vysh
5

article-cover

Generate professional article cover images as SVG files. Use when user wants to create cover/banner images for blog posts, technical articles, or documentation. Creates visually appealing covers with titles, diagrams, and tech-themed graphics.

acking-you
acking-you
61

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

acking-you
acking-you
61

git-squash-commits

Squash multiple git commits into a single commit with an auto-generated comprehensive commit message based on the changes made.

acking-you
acking-you
61

github-wrapped

Generate a verifiable GitHub Wrapped year-in-review as a single-file HTML (raw gh API JSON saved, Python-built dataset embedded), with a Bilibili-style narrative, smooth transitions, and mobile-friendly paged mode. Requires gh CLI to be authenticated.

acking-you
acking-you
61

codex

Execute Codex CLI for code generation, analysis, web search and web fetch. Two capabilities - (1) Code Generation with deep reasoning, (2) Web Search & Fetch for online research.

acking-you
acking-you
61

excalidraw

Generate hand-drawn style diagrams (architecture, flowcharts, system design) as .excalidraw.json files. Use when user wants diagrams, mentions Excalidraw, or needs Mermaid-to-visual conversion.

acking-you
acking-you
61

gemini-image

Generate images using AI when user wants to create pictures, draw, paint, or generate artwork. Supports text-to-image and image-to-image generation.

acking-you
acking-you
61

gen-commit-msg

Generate concise commit messages based on conversation context and minimal git inspection.

acking-you
acking-you
61

research

Structured web research with multi-source validation. Output reports with complete citation links. Focus on key results, verify information quality.

acking-you
acking-you
61

tech-blog

Write technical blog posts with source code analysis OR doc-driven research. Use when user wants to explain system internals, architecture, implementation details, or technical concepts with citations.

acking-you
acking-you
61

tech-design-doc

Generate technical design documents with proper structure, diagrams, and implementation details. Default language is English unless user requests Chinese.

acking-you
acking-you
61

tech-impl-doc

Write precise technical implementation docs (developer or user) with clear structure, accurate flows, render-safe Mermaid diagrams, and audience-appropriate detail; avoid boilerplate; include a meaningful Code Index for developer docs.

acking-you
acking-you
61

tasks-system

Manage the llm-do task tracker stored under tasks/ (backlog, active, completed, recurring) including creating new tasks, updating current state, moving tasks between stages, and applying the standard templates when planning or resuming work.

zby
zby
134

ask-questions-if-underspecified

Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.

zby
zby
134

decomplect-py

Architectural code analysis for Python design quality. Evaluates simplicity (Rich Hickey), functional core/imperative shell (Gary Bernhardt), and coupling (Constantine & Yourdon). Use for design review or architectural assessment of Python code.

zby
zby
134

audit-dependencies

Run npm audit and check for outdated/vulnerable dependencies. Returns structured output with vulnerability counts by severity, outdated packages, and recommended updates. Used for security validation and dependency health checks.

BerryKuipers
BerryKuipers
63

quality-gate

Comprehensive quality validation for TypeScript/JavaScript projects - runs TypeScript checks, tests, coverage analysis, build validation, and linting with structured JSON results

BerryKuipers
BerryKuipers
63

run-comprehensive-tests

Execute comprehensive test suite (Vitest/Jest) with coverage reporting and failure analysis. Returns structured output with test counts (total/passed/failed), coverage percentage, duration, and detailed failure information. Used for quality gates and CI/CD validation.

BerryKuipers
BerryKuipers
63

validate-build

Run production build validation (npm run build, vite build, tsc) to ensure code compiles and builds successfully. Returns structured output with build status, duration, size metrics, and error details. Used for quality gates and deployment readiness checks.

BerryKuipers
BerryKuipers
63

validate-coverage-threshold

Validate test coverage meets minimum thresholds (default 80% overall, 80% statements, 75% branches, 80% functions). Parses coverage reports from coverage/coverage-summary.json or test output. Returns pass/fail status with detailed metrics and identifies uncovered files.

BerryKuipers
BerryKuipers
63

validate-git-hygiene

Validate git commit messages, branch naming conventions, and repository hygiene. Returns structured output with validation results for commit format (conventional commits), branch naming, and best practices. Used for quality gates and git workflow validation.

BerryKuipers
BerryKuipers
63

validate-lint

Run ESLint and Prettier validation to check code style, formatting, and best practices. Returns structured output with error/warning counts, rule violations, and affected files. Used for code quality gates and pre-commit validation.

BerryKuipers
BerryKuipers
63

validate-typescript

Run TypeScript compiler type-checking (tsc --noEmit) to validate type safety and catch type errors. Returns structured output with error counts, categories (type/syntax/import errors), and affected files. Used for quality gates and pre-commit validation.

BerryKuipers
BerryKuipers
63

gemini-api-caching

Best practices for Gemini API caching strategy including cache versioning, entity-stable keys, and cache busting for WescoBar

BerryKuipers
BerryKuipers
63

gemini-api-rate-limiting

Best practices for handling Gemini API rate limits, implementing sequential queues, and preventing 429 RESOURCE_EXHAUSTED errors in WescoBar

BerryKuipers
BerryKuipers
63

handoff-pack

Generates structured Handoff Pack prompts for delegating work to Gemini with clear scope, acceptance criteria, and output format requirements.

BerryKuipers
BerryKuipers
63

commit-with-validation

Create single atomic commit with proper message format, issue linking, and pre-commit hook validation for WescoBar workflows

BerryKuipers
BerryKuipers
63

create-feature-branch

Create properly named feature branch from development with remote tracking, following WescoBar naming conventions and git best practices

BerryKuipers
BerryKuipers
63

create-pull-request

Create GitHub pull requests with proper issue linking, comprehensive descriptions, and quality metrics for WescoBar project

BerryKuipers
BerryKuipers
63

check-existing-pr

Check if pull request already exists for current branch to support workflow resumption and prevent duplicate PR creation

BerryKuipers
BerryKuipers
63

fetch-github-issue-analysis

Fetch GitHub issue details with AI analysis comment from github-actions bot, extracting structured data for architecture planning in WescoBar workflows

BerryKuipers
BerryKuipers
63

parse-ai-analysis

Parse GitHub AI analysis comment sections for architectural alignment, technical feasibility, implementation suggestions, and testing strategy

BerryKuipers
BerryKuipers
63

deploy

|

BerryKuipers
BerryKuipers
63

dns

|

BerryKuipers
BerryKuipers
63

vps

|

BerryKuipers
BerryKuipers
63

dev-memory-briefing

Generate a session briefing from development memory (events.jsonl, sessions.jsonl). Shows recent timeline, open questions, and suggested focus areas.

BerryKuipers
BerryKuipers
63

dev-memory-update

Update development memory (events.jsonl) based on commit metadata and diff analysis. Automatically tracks features, fixes, refactorings, and decisions.

BerryKuipers
BerryKuipers
63

project-memory

Persist and recall project-specific context across sessions. Store architectural decisions, patterns, solutions, and learnings. Automatically recall relevant context when facing similar problems.

BerryKuipers
BerryKuipers
63

skill-creator

Interactive skill creation wizard that guides you through building properly formatted Claude Skills with YAML frontmatter, progressive disclosure, and best practices

BerryKuipers
BerryKuipers
63

record-quality-baseline

Record quality metrics baseline before refactoring or major changes, capturing audit scores, test coverage, and complexity for comparison

BerryKuipers
BerryKuipers
63

type-hardening

Incrementally improve type safety by replacing string literals with enums, narrowing `any` types, and using shared types. Works in small verified batches. Preserves functionality while improving code quality.

BerryKuipers
BerryKuipers
63

scaffold

Detect project stack, apply architecture patterns, wire quality gates, and scaffold features. Use when bootstrapping a project, adding a vertical slice, wiring CI/CD, adding Docker compose, or setting up quality gates.

BerryKuipers
BerryKuipers
63

load-resumption-state

Load conductor workflow state from previous session and determine resumption point by analyzing git state and saved JSON state file

BerryKuipers
BerryKuipers
63

save-workflow-state

Save conductor workflow state to JSON file for smart resumption, tracking current phase, completed phases, issue context, and branch information

BerryKuipers
BerryKuipers
63

semantic-theming

Enforce semantic CSS variable theming in Tailwind projects. Prevents raw colors (hex, rgb) and non-theme Tailwind classes. Use when project has semantic tokens, CSS vars, or custom ESLint theming rules.

BerryKuipers
BerryKuipers
63

coding-standards-enforcer

Enforce repository coding standards for Swift 6.2 concurrency, Swift language rules. Use when reviewing or implementing Swift code changes.

tomkrikorian
tomkrikorian
404

Page 1260 of 1444 · 72183 results