All authors
ulises-jeremias avatar

Claude Skills by ulises-jeremias

github.com/ulises-jeremias
536 skillsA× 515B× 13C× 4F× 40 installs102 views
DocsA

This guide walks you through adding a new skill to agent-toolkit from scratch. A skill is a portable, self-contained capability definition that tells an AI coding assistant what to do in a specific situation. Skills live under `skills/<domain>/<skill-name>/` and consist of exactly one required file: `SKILL.md`. ---

ai-agentspythonrust
0
16
AdrA

WHAT — Create and maintain Architecture Decision Records (ADRs) per the process. Covers when

ai-agentsgorails
0
16
AgreementA

WHAT - Capture explicit agreements, terms, parties involved, dates, validity, and linked

ai-agentsrailsapi
0
16
Architecture DiagramA

WHAT — Create polished dark-themed architecture diagrams as self-contained HTML+SVG files (inline SVG, CSS styling, PNG/PDF export toolbar). Use when the user asks for system, infrastructure, cloud, security, or network topology diagrams rendered as a shareable visual artifact rather than code.

ai-agentsjavascriptgo
0
16
AssistantA

Assistant — on any repo, scan README→docs→AGENTS→CONTRIBUTING→PR templates→task runners→devcontainer→CI→configs

ai-agentsrustshell
0
16
Aws Well Architected ReviewA

WHAT — AWS Well-Architected Framework review (6 pillars) — operational excellence, security, reliability, performance, cost, sustainability + WAR process. Checklist for workload evaluation on AWS; complementary to official AWS MCP for live account data.

ai-agentsawsgit
0
16
Blast RadiusA

Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe because of by running real code instead of writing it up. Use for 'blast radius of X', 'what could this break', or reviewing a small diff you don't trust.

ai-agentsrustgo
0
16
BugA

WHAT - Draft and review bugs using the Bug Template; classifies whether an issue should be

ai-agentsrails
0
16
C4 ModelA

WHAT — C4 model methodology (Context, Container, Component, Code) guidance — what to draw at each level, when, and how to render C4-inspired diagrams via Mermaid (PlantUML/Structurizr optional advanced). Methodology not renderer.

ai-agentsgogit
0
16
Chrome DevtoolsA

Use Chrome DevTools MCP to control and inspect a live Chrome instance for network, console, performance, rendering, and Deep debugging. Pairs with playwright-cli (deterministic interaction/E2E) — complements, not duplicates.

ai-agentsgobash
0
16
Cli For AgentsA

Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors, idempotency, dry-run, and predictable structure. Use when building a CLI, adding commands, writing --help, or when the user mentions agents, terminals, or automation-friendly CLIs.

ai-agentsrustgo
0
16
Clickup CliA

ClickUp CLI for managing tasks, sprints, comments, statuses, and Docs. Use when the user

ai-agentsbashgit
0
16
Cloud Design PatternsA

WHAT — Vendor-neutral distributed cloud patterns (Retry, Bulkhead, Circuit Breaker, CQRS, Event Sourcing, etc.) abstracted from AWS/Azure/GCP sources — when to apply, tradeoffs, mapping to AWS/GCP/Azure primitives. Offline checklist, no live account required.

ai-agentsawsgcp
0
16
CodeqlA

CodeQL operational workflow — discover/config, run/inspect, triage SARIF findings (rule/query ID, source→sink, evidence), remediate, re-validate. Distinguishes broad MegaLinter linting from semantic security analysis.

ai-agentspythongo
0
16
Confluence AdminA

Confluence administration including users, groups, space settings, and permission diagnostics. Use when managing user access, group membership, viewing space configuration, or checking permissions.

ai-agentsrustshell
0
16
Confluence AnalyticsA

View analytics, statistics, and popularity metrics for Confluence content. ALWAYS use when user wants to see views, popularity, or contributor stats.

ai-agentsrustshell
0
16
Confluence AssistantA

Central hub for Confluence operations - routes requests to specialized skills. ALWAYS use when user mentions confluence, wiki, or Atlassian wiki operations.

ai-agentsrustshell
0
16
Confluence AttachmentA

Manage file attachments - upload, download, list, and delete attachments. ALWAYS use when user wants to work with files on pages.

ai-agentsrustshell
0
16
Confluence BulkA

Bulk operations for 50+ pages - updates, moves, deletions, labels, and permissions. Use when updating multiple pages simultaneously (dry-run preview included), needing rollback safety, or coordinating team changes. Handles partial failures gracefully.

ai-agentsrustgo
0
16
Confluence CommentA

Manage comments on Confluence pages - add, get, update, delete, and resolve comments. ALWAYS use for feedback, discussions, and inline annotations.

ai-agentsrustshell
0
16
Confluence HierarchyA

Navigate and manage Confluence page hierarchies, ancestors, descendants, and trees. ALWAYS use for parent/child relationships and page tree navigation.

ai-agentsrustshell
0
16
Confluence JiraA

JIRA integration - embed issues, create links between products. ALWAYS use when user wants to connect Confluence and JIRA.

ai-agentsrustshell
0
16
Confluence LabelA

Manage content labels - add, remove, and search by labels. ALWAYS use when user wants to tag, label, or categorize content.

ai-agentsrustgo
0
16
Confluence OpsA

Cache management, API diagnostics, and operational utilities. Use when optimizing performance, managing cache, diagnosing API issues, or troubleshooting Confluence connectivity.

ai-agentsrustgo
0
16
Confluence PageA

Manage Confluence pages and blog posts - create, read, update, delete, copy, move, and version control. ALWAYS use when user wants to work with page content, create pages, update pages, or manage page versions.

ai-agentsrustgo
0
16
Confluence PermissionA

Manage space and page permissions and restrictions. ALWAYS use when user wants to control access, set restrictions, or manage who can view/edit content.

ai-agentsrustshell
0
16
Confluence PropertyB

Manage content properties (custom metadata) on Confluence pages and blog posts. ALWAYS use for custom metadata, key-value data, or application-specific fields.

ai-agentsrustshell
0
16
Confluence SearchA

Search Confluence using CQL queries, validate syntax, export results, and manage search history. ALWAYS use when user wants to find, search, or query for content.

ai-agentsrustshell
0
16
Confluence SpaceA

Manage Confluence spaces - create, list, update, delete, and configure spaces. ALWAYS use when user wants to work with spaces (not individual pages).

ai-agentsrustshell
0
16
Confluence TemplateA

Work with page templates and blueprints. ALWAYS use when user wants to create standardized pages or manage templates.

ai-agentsrustgo
0
16
Confluence WatchA

Content watching and notifications. ALWAYS use when user wants to follow content or manage notifications.

ai-agentsrustshell
0
16
Dbt ValidationA

HOW — Run dbt checks as documented in the target repo (parse, compile, test, selective run).

ai-agentssecurity
0
16
Decision LogA

WHAT - Capture lightweight project, product, or operational decisions that do not require

ai-agentsrails
0
16
Deep ReviewA

Evidence-based deep code review rubric — severity + confidence findings across maintainability, correctness, security, performance, and testing. Push for ambitious structural simplification (code judo), not just local cleanup. Escalate hands-on triage to the code-reviewer agent.

ai-agentsgotesting
0
16
Design AssessmentA

WHAT - Evidence-based design-unit assessment orchestrated by project-assessment. Evaluates visual hierarchy, UX friction, interaction, a11y, responsiveness, design-system compliance, and distinctiveness with severity/confidence evidence citations. Reuses project-assessment-evidence semantics — no second framework.

ai-agentsrustnode
0
16
Design ImprovementA

WHAT - Browser-grounded iterative design improvement. Consumes design-assessment findings, defines direction, prioritizes safe vs ambiguous changes, implements within existing design system, runs app, captures rendered evidence via browser, reviews and iterates. Reuses evidence model — no new scoring framework.

ai-agentsgonode
0
16
DeslopA

Remove AI-generated code slop and clean up code style

ai-agentsrustshell
0
16
Dev CompanionA

'WHAT — Dev Companion (general): layered companion for client delivery; modes, gates, delegation

ai-agentsrailsgit
0
16
Development WorkflowA

WHAT - Default development workflow, task lifecycle, DoR, DoD, validation, and evidence model

ai-agents
0
16
Docs GeneratorA

'WHAT — Generate or update documentation from code: README.md from repo structure, CHANGELOG.md

ai-agentstypescriptgo
0
16
EpicA

WHAT - Draft and review epics using the Best Practices Epic Template; includes objectives,

ai-agentsrails
0
16
Figma Code Connect ComponentsA

Connects Figma design components to code components using Code Connect mapping tools. Use

ai-agentsjavascripttypescript
0
16
Figma Create Design System RulesA

Generates custom design system rules for the user's codebase. Use when user says "create

ai-agentsjavascripttypescript
0
16
Figma Create New FileA

Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam

ai-agents
0
16
Figma Implement DesignA

Translates Figma designs into production-ready application code with 1:1 visual fidelity.

ai-agentstypescriptgo
0
16
FigmaA

Use the Figma MCP server to fetch design context, screenshots, variables, and assets, and

ai-agentsreactnode
0
16
Fix Merge ConflictsA

Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution

ai-agentsgobash
0
16
Frontend Design ReviewA

'Review and create distinctive, production-grade frontend interfaces with high design quality

ai-agentsrustgo
0
16
Frontend DesignA

Guidance for distinctive, intentional visual design when building new UI or reshaping an

ai-agentsrustgo
0
16
Gh Address CommentsA

Triage and address open GitHub PR review and conversation comments using the gh CLI. Use

ai-agentspythonshell
0
16