Back to categories
Category

Agent Skills in category: Uncategorized

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

pptx

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

dparedesi
dparedesi
11

remotion-best-practices

Best practices for Remotion - Video creation in React

remotionvideoreactanimation
dparedesi
dparedesi
11

skill-builder

Create, evaluate, and improve Agent skills to production quality (100/100). Use when the user wants to create a new skill, review an existing skill, score a skill against best practices, or improve a skill's quality. Also use when the user mentions skill development, skill templates, or skill optimization.

dparedesi
dparedesi
11

skill-feedback

Generate improvement reports for skills or CLI packages you authored. Use when ending a session where you worked on your own skill, when the user mentions "skill-feedback", "capture improvements", "session learnings", or when friction was observed during skill/package usage.

dparedesi
dparedesi
11

skills-index-updater

Regenerate skill indexes for Cline. ONLY use when the user EXPLICITLY asks to "update skill index", "sync skills", "regenerate index", or "update cline_overview.md". Do NOT auto-invoke after creating/modifying skills.

dparedesi
dparedesi
11

skills-local-setup

Set up AI tool symlinks in a repository for multi-agent compatibility. Use when the user wants to set up skills for Gemini, Claude, or other AI tools, or when they mention "setup skills", "configure agents", or "link AGENTS.md".

dparedesi
dparedesi
11

slack-gif-creator

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

dparedesi
dparedesi
11

synap-assistant

Manage a personal knowledge capture system. Use when the user wants to capture ideas, track todos, organize projects, review their synap, or mentions "synap", "brain dump", "capture this", "add to my list", "what's on my plate", "what should I focus on", or "daily review".

dparedesi
dparedesi
11

token-pacing

Calculate the optimal token usage burn rate to reach exactly 100% usage by reset. Use when the user asks about token budget, usage limits, spending speed, or "will I run out". Supports Claude, Gemini, Codex, VS Code, and other providers.

dparedesi
dparedesi
11

xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

dparedesi
dparedesi
11

agent-browser

Browser automation for web testing, form filling, screenshots, and data extraction. Ref-based workflow with best practices for reliable automation.

jagreehal
jagreehal
1

answer-questions-directly

Ensures questions are answered literally before taking action. Triggers on user input containing '?' or patterns like 'why did you...?', 'will that work?', 'have you considered...?'. Use when user asks about your decisions, challenges an approach, or requests assessment. Prevents interpreting questions as implicit instructions or criticism.

jagreehal
jagreehal
1

api-design

Build production-ready HTTP APIs with clean handlers, consistent error envelopes, health checks, CORS, and operational excellence.

jagreehal
jagreehal
1

branch-completion

Use when implementation is complete and tests pass. Guides completion by presenting structured options for merge, PR, or cleanup.

jagreehal
jagreehal
1

code-flow-analysis

Trace code execution path before implementing fixes. Forces understanding of fn(args, deps) flows, Result types, and workflow composition. Prevents guessing by requiring file:line references and execution diagrams.

jagreehal
jagreehal
1

code-review-reception

Use when receiving code review feedback, before implementing suggestions. Requires technical verification, not performative agreement or blind implementation.

jagreehal
jagreehal
1

concise-output

Enforce extreme brevity and high signal-to-noise ratio. Every word must justify its existence. Eliminates verbose explanations, filler phrases, and unnecessary elaboration.

jagreehal
jagreehal
1

confidence-levels

Force honest confidence assessment. Express confidence as percentage, explain gaps, validate assumptions before presenting conclusions.

jagreehal
jagreehal
1

config-management

Validate config at startup, secrets in memory only. Never read config during requests, never store secrets in env vars. Use node-env-resolver for multi-source config.

jagreehal
jagreehal
1

create-tasks

Creates well-formed tasks following a template that engineers can implement. Use when creating tasks, defining work items, creating tasks from PRD, breaking down features, or converting requirements into actionable tasks.

jagreehal
jagreehal
1

critical-peer

Professional skepticism with pattern enforcement. Verify before agreeing, challenge violations, propose instead of asking. Concise output, research before asking, answer questions literally.

jagreehal
jagreehal
1

data-visualization

Visualization is communication. Chart selection, encoding hierarchy, accessibility, rendering performance. Use established algorithms - these problems are solved.

jagreehal
jagreehal
1

debugging-methodology

Evidence-based debugging with Iron Law discipline. Instrument before guessing, trace before theorizing. Use when encountering any bug, test failure, or unexpected behavior - before proposing fixes.

jagreehal
jagreehal
1

design-exploration

Use before any creative work - creating features, building components, adding functionality. Explores user intent, requirements, and design before implementation. One question at a time, multiple choice preferred.

jagreehal
jagreehal
1

design-principles

Software design beyond syntax. Fail-fast over fallbacks, explicit over implicit, composition over inheritance. Integrates with fn(args, deps) and Result type patterns. Includes 8-dimension design analysis.

jagreehal
jagreehal
1

documentation-standards

User-centered documentation quality framework. Eight quality dimensions, document type requirements, and review checklist. Documentation exists to serve readers, not demonstrate knowledge.

jagreehal
jagreehal
1

fn-args-deps

Enforce the fn(args, deps) pattern: functions over classes with explicit dependency injection

jagreehal
jagreehal
1

git-worktrees

Use when starting feature work that needs isolation from current workspace. Creates isolated git worktrees with directory selection, safety verification, and baseline testing.

jagreehal
jagreehal
1

implementation-planning

Use when you have a design or requirements for a multi-step task, before writing code. Creates bite-sized TDD task plans with exact file paths, complete code, and verification steps.

jagreehal
jagreehal
1

investigation-modes

Three explicit investigation modes: LEARNING (build understanding), INVESTIGATION (diagnose problems), SOLVING (implement fixes). Prefix messages with mode, ask before transitioning.

jagreehal
jagreehal
1

literal-answers

Treat questions as literal questions. Answer them honestly without interpreting as hidden instructions. STOP after answering - don't immediately act on assumed implications.

jagreehal
jagreehal
1

observability

Make functions observable with trace() wrapper, structured logging (Pino), and OpenTelemetry. Observability is orthogonal to business logic.

jagreehal
jagreehal
1

parallel-agent-dispatch

Use when facing 2+ independent tasks that can be worked on without shared state. Dispatch one agent per problem domain for concurrent investigation.

jagreehal
jagreehal
1

pattern-enforcement

Enforce architectural patterns with ESLint rules. Block infra imports, enforce object params, prevent server/client leaks.

jagreehal
jagreehal
1

performance-testing

Load testing, chaos engineering, and performance validation. Prove your system works under pressure with k6, trace correlation, and progressive load profiles.

jagreehal
jagreehal
1

react-development

Modern React architecture patterns and web interface guidelines. Container/View split, framework adapters, React Query, dependency injection, Storybook-first development, accessibility, interactions, animations, performance. User experience over developer convenience.

jagreehal
jagreehal
1

research-first

Research-driven investigation. Validate solutions and explore documentation before presenting. Never ask questions you can answer yourself through research.

jagreehal
jagreehal
1

resilience

Add retry, timeout, and circuit breaker patterns at the workflow level. Business functions stay clean.

jagreehal
jagreehal
1

result-types

Never throw for expected failures. Use Result<T, E> types with explicit error handling and workflow composition.

jagreehal
jagreehal
1

session-continuity

Persistent task workflow with state machine. Every message MUST announce state. Uses .claude/ files for multi-session continuity. Never use TodoWrite. Never auto-advance tasks.

jagreehal
jagreehal
1

skill-authoring

Use when creating, editing, or reviewing skills. Covers discovery optimization, structure patterns, testing approaches, and format decisions.

jagreehal
jagreehal
1

spine-framework

Evaluate and improve technical articles using the SPINE framework. Use when writing blog posts, technical documentation, tutorials, or reviewing draft articles for quality.

jagreehal
jagreehal
1

storybook-journeys

Create Storybook "user journey" storyboards for React apps (page/screen stories, MSW API mocking, interaction play functions, and optional Storybook test-runner setup). Use when the user wants Storybook demos of flows (not just atomic components), e.g., signup/login/checkout, with mocked APIs and scripted interactions.

jagreehal
jagreehal
1

strict-typescript

Enforce patterns with TypeScript beyond strict:true. Include noUncheckedIndexedAccess, erasableSyntaxOnly, ts-reset, and type-fest. Advanced type patterns and ESLint enforcement.

jagreehal
jagreehal
1

structured-writing

Writing assistance with voice preservation. Structure content, ask clarifying questions, identify gaps. Small edits execute; large changes ask first.

jagreehal
jagreehal
1

system-architecture

Design systems for change. Trade-off analysis, ADR documentation, pattern selection. Architecture decisions must have documented rationale.

jagreehal
jagreehal
1

tdd-workflow

Strict TDD state machine with Result types. 7-state workflow (PLANNING, RED, GREEN, REFACTOR, VERIFY, BLOCKED, VIOLATION). Every message MUST announce state. Integrates with fn(args, deps), vitest-mock-extended, and typed error handling.

jagreehal
jagreehal
1

testing-strategy

Test pyramid approach with unit, integration, and load tests. DI enables testability. Use vitest-mock-extended for typed mocks.

jagreehal
jagreehal
1

ui-design-principles

Design system principles for distinctive, implementation-ready interfaces. Context before design, show don't tell, every state documented.

jagreehal
jagreehal
1

validation-boundary

Validate at the boundary with Zod schemas and branded types. Business functions trust validated input.

jagreehal
jagreehal
1

Page 1121 of 1445 · 72242 results