con un clic
ai-agents-skills
ai-agents-skills contiene 82 skills recopiladas de joabgonzalez, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Paste-ready session summary for context transfer to a new chat. Trigger: User says 'context handoff', 'start fresh', or session needs to continue.
One-at-a-time questioning to fully profile a goal before acting. Trigger: User says 'grill me', goal is vague, or clarification is needed first.
Batch execution with checkpoints. Trigger: When executing plans with batched tasks.
Universal coding principles: DRY, security by default, null guards, and YAGNI. Trigger: When writing or reviewing code in any language or technology.
Accessibility guide (WCAG 2.1/2.2, Level A–AAA). Trigger: When building UI components, interactive elements, or auditing accessibility compliance.
Astro quality patterns: island philosophy, SEO by page type, and Core Web Vitals. Trigger: When reviewing Astro site quality or hydration decisions.
Auth patterns: password hashing, JWT, sessions, and OAuth. Trigger: When implementing login, registration, token handling, or OAuth flows.
Structured ideation and decision-making for software. Trigger: When planning features, evaluating alternatives, or making architectural decisions.
Two-stage code review: spec compliance then code quality. Trigger: When reviewing code for correctness and quality.
Rigorous code review and improvement partner. Trigger: When validating code quality, reviewing implementations, or providing critical feedback.
CSS quality patterns: naming, specificity architecture, dark mode, and layout. Trigger: When reviewing CSS quality or stylesheet architecture.
Structure a DESIGN.md so agents generate consistent UI from project tokens. Trigger: When documenting a design system for agent consumption.
Docker patterns: multistage builds, security hardening, and compose. Trigger: When writing Dockerfiles, docker-compose, or containerizing apps.
GraphQL schema design, resolver patterns, and client queries. Trigger: When building GraphQL APIs, writing schemas, resolvers, or client queries.
Reduce output tokens while preserving technical accuracy. Trigger: When asked to be concise, terse, or minimize token usage.
Node.js quality patterns: observability, security, and graceful shutdown. Trigger: When reviewing Node.js service quality or operational readiness.
React quality patterns for component design, state location, and code review. Trigger: When reviewing React code quality or component architecture.
Process incoming code review feedback with technical rigor. Trigger: When receiving review comments, feedback, or suggestions on your code.
Eliminate overthinking: act on intent, cache decisions, stay in scope. Trigger: When agent hesitates, over-analyzes, or re-litigates.
Verify, deliver, and close a completed branch. Trigger: When implementation is done and ready to ship or close out.
Fresh subagents per task with two-stage reviews. Trigger: When coordinating parallel agents for complex workflows.
Evidence-based verification with gate function. Trigger: When verifying task completion or validating claims.
Advanced data tables with AG Grid. Trigger: When implementing AG Grid tables, configuring features, or creating custom cell renderers.
Standards-compliant agent definitions with templates. Trigger: When creating agent definitions, setting up project agents, or documenting workflows.
Fast static sites with SSG/SSR and component islands. Trigger: When building Astro websites, implementing islands, or configuring SSG/SSR.
Fast JavaScript/TypeScript runtime with bundling and testing. Trigger: When using Bun for server apps, scripts, or tooling.
Prevent cascading failures by short-circuiting failing services. Trigger: When calling external APIs, databases, or any unreliable dependency.
Linting and formatting across tools. Trigger: When configuring linters, formatters, enforcing code quality, or fixing style issues.
Modern CSS with Grid, Flexbox, and custom properties. Trigger: When writing CSS styles, implementing layouts, or using modern features.
End-to-end testing patterns and best practices. Trigger: When writing or reviewing E2E tests for any layer.
Managed workflow for cross-platform mobile apps with EAS. Trigger: When developing with Expo, configuring EAS services, or building mobile apps.
Express.js routing, middleware, and error handling. Trigger: When building REST APIs or server logic with Express.
Form and schema validation across libraries. Trigger: When validating forms, API input, schemas, or runtime data.
Lightweight edge/serverless APIs with Hono. Trigger: When building edge APIs or lightweight serverless apps.
Semantic HTML with proper elements and structure. Trigger: When writing HTML markup, creating structure, or implementing semantic elements.
Human-centric communication with empathy and clarity. Trigger: When improving prompts, agent behavior, or user-facing content.
UI/UX design patterns for software. Trigger: When designing user interfaces, planning UX flows, or evaluating UI decisions.
Modern JavaScript (ES2020+) patterns. Trigger: When writing JavaScript code, using ES2020+ features, or refactoring legacy JS.
Unit, integration, and snapshot testing with Jest. Trigger: When writing or running tests with Jest.
Material UI components with theming and sx prop. Trigger: When using MUI components, implementing theming, or creating custom components.