Browse Skills

Explore our collection of 43 agent skills across 12 categories

Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

References2026-02-08
npx @tech-leads-club/agent-skills --skill accessibility
aws-advisorCloud & Infrastructure

Expert AWS Cloud Advisor for architecture design, security review, and implementation guidance. Leverages AWS MCP tools for accurate, documentation-backed answers. Use when user asks about AWS architecture, security, service selection, migrations, troubleshooting, or learning AWS. Triggers on AWS, Lambda, S3, EC2, ECS, EKS, DynamoDB, RDS, CloudFormation, CDK, Terraform, Serverless, SAM, IAM, VPC, API Gateway, or any AWS service.

ScriptsReferences2026-02-08
npx @tech-leads-club/agent-skills --skill aws-advisor

Apply modern web development best practices for security, compatibility, and code quality. Use when asked to "apply best practices", "security audit", "modernize code", "code quality review", or "check for vulnerabilities".

2026-02-08
npx @tech-leads-club/agent-skills --skill best-practices
cloudflare-deployCloud & Infrastructure

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

References2026-02-08
npx @tech-leads-club/agent-skills --skill cloudflare-deploy

Apply when writing, modifying, or reviewing code. Behavioral guidelines to reduce common LLM coding mistakes. Triggers on implementation tasks, code changes, refactoring, bug fixes, or feature development.

2026-02-08
npx @tech-leads-club/agent-skills --skill coding-guidelines

Identifies duplicate domain functionality across components and suggests consolidation opportunities. Use when finding common domain logic, detecting duplicate functionality, analyzing shared classes, planning component consolidation, or when the user asks about common components, duplicate code, or domain consolidation.

2026-02-08
npx @tech-leads-club/agent-skills --skill component-common-domain-detection

Identifies and fixes component hierarchy issues by detecting orphaned classes in root namespaces and ensuring components exist only as leaf nodes. Use when analyzing component structure, finding orphaned classes, flattening component hierarchies, removing component nesting, or when the user asks about component flattening, orphaned classes, or component structure cleanup.

2026-02-08
npx @tech-leads-club/agent-skills --skill component-flattening-analysis

Identifies architectural components in codebases and calculates size metrics for decomposition planning. Use when analyzing codebase structure, planning monolithic decomposition, identifying oversized components, calculating component statistics, or when the user asks about component analysis, codebase sizing, or architectural decomposition.

2026-02-08
npx @tech-leads-club/agent-skills --skill component-identification-sizing

Expert in Confluence operations using Atlassian MCP - automatically detects workspace Confluence configuration or prompts for site details. Use for searching, creating, updating pages, managing spaces, and adding comments with proper Markdown formatting.

2026-02-08
npx @tech-leads-club/agent-skills --skill confluence-assistant
core-web-vitalsPerformance

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

References2026-02-08
npx @tech-leads-club/agent-skills --skill core-web-vitals
cursor-skill-creatorSkill & Agent Creation

Creates Cursor-specific AI agent skills with SKILL.md format. Use when creating skills for Cursor editor specifically, following Cursor's patterns and directories (.cursor/skills/). Triggers on "cursor skill", "create cursor skill".

2026-02-08
npx @tech-leads-club/agent-skills --skill cursor-skill-creator
cursor-subagent-creatorSkill & Agent Creation

Creates Cursor-specific AI subagents with isolated context for complex multi-step workflows. Use when creating subagents for Cursor editor specifically, following Cursor's patterns and directories (.cursor/agents/). Triggers on "cursor subagent", "cursor agent".

2026-02-08
npx @tech-leads-club/agent-skills --skill cursor-subagent-creator

Creates structured decomposition plans and roadmaps for migrating monolithic applications. Use when planning decomposition, creating migration roadmaps, prioritizing decomposition work, tracking decomposition progress, or when the user asks about decomposition planning, migration strategy, or architectural roadmap.

2026-02-08
npx @tech-leads-club/agent-skills --skill decomposition-planning-roadmap
docs-writerDevelopment

Use this skill for writing, reviewing, and editing documentation (`/docs` directory or any .md file).

References2026-02-08
npx @tech-leads-club/agent-skills --skill docs-writer
domain-analysisArchitecture

Identifies subdomains and suggests bounded contexts in any codebase following DDD Strategic Design. Use when analyzing domain boundaries, identifying business subdomains, assessing domain cohesion, mapping bounded contexts, or when the user asks about DDD strategic design, domain analysis, or subdomain classification.

2026-02-08
npx @tech-leads-club/agent-skills --skill domain-analysis

Groups components into logical domains for service-based architecture. Use when creating component domains, grouping components by business functionality, planning domain services, analyzing component relationships, or when the user asks about domain grouping, component domains, or domain identification.

2026-02-08
npx @tech-leads-club/agent-skills --skill domain-identification-grouping
figmaDesign

Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.

References2026-02-08
npx @tech-leads-club/agent-skills --skill figma

Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection.

2026-02-08
npx @tech-leads-club/agent-skills --skill figma-implement-design

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

Scripts2026-02-08
npx @tech-leads-club/agent-skills --skill gh-address-comments
gh-fix-ciTooling

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

Scripts2026-02-08
npx @tech-leads-club/agent-skills --skill gh-fix-ci
jira-assistantDevelopment

Expert in Jira operations using Atlassian MCP - automatically detects workspace Jira configuration or prompts for project details. Use for searching, creating, updating issues, managing status transitions, and handling tasks.

2026-02-08
npx @tech-leads-club/agent-skills --skill jira-assistant
netlify-deployCloud & Infrastructure

Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

References2026-02-08
npx @tech-leads-club/agent-skills --skill netlify-deploy

Monitor Nx Cloud CI pipeline and handle self-healing fixes automatically. Checks for Nx Cloud connection before starting.

2026-02-08
npx @tech-leads-club/agent-skills --skill nx-ci-monitor

Generate code using nx generators. USE WHEN scaffolding code or transforming existing code - for example creating libraries or applications, or anything else that is boilerplate code or automates repetitive tasks. ALWAYS use this first when generating code with Nx instead of calling MCP tools or running nx generate immediately.

2026-02-08
npx @tech-leads-club/agent-skills --skill nx-generate

Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.

2026-02-08
npx @tech-leads-club/agent-skills --skill nx-run-tasks

Configure, explore, and optimize Nx monorepo workspaces. Use when setting up Nx, exploring workspace structure, configuring project boundaries, running tasks, analyzing affected projects, optimizing build caching, or implementing CI/CD with affected commands. Keywords - nx, monorepo, workspace, projects, targets, affected, build, lint, test.

2026-02-08
npx @tech-leads-club/agent-skills --skill nx-workspace
perf-astroPerformance

"Astro-specific performance optimizations for 95+ Lighthouse scores. Covers critical CSS inlining, compression, font loading, and LCP optimization. Triggers on: astro performance, astro lighthouse, astro optimization, astro-critters."

2026-02-08
npx @tech-leads-club/agent-skills --skill perf-astro
perf-lighthousePerformance

"Run Lighthouse audits locally via CLI or Node API, parse and interpret reports, set performance budgets. Use when measuring site performance, understanding Lighthouse scores, setting up budgets, or integrating audits into CI. Triggers on: lighthouse, run lighthouse, lighthouse score, performance audit, performance budget."

2026-02-08
npx @tech-leads-club/agent-skills --skill perf-lighthouse

"Optimize web performance: Core Web Vitals (LCP, CLS, INP), bundle size, images, caching. Use when site is slow, optimizing for Lighthouse scores, reducing bundle size, fixing layout shifts, or improving Time to Interactive. Triggers on: web performance, Core Web Vitals, LCP, CLS, INP, FID, bundle size, page speed, slow site."

References2026-02-08
npx @tech-leads-club/agent-skills --skill perf-web-optimization
playwright-skillWeb Automation

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

2026-02-08
npx @tech-leads-club/agent-skills --skill playwright-skill
render-deployCloud & Infrastructure

Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.

References2026-02-08
npx @tech-leads-club/agent-skills --skill render-deploy

Run Nx generators with prioritization for workspace-plugin generators. Use this when generating code, scaffolding new features, or automating repetitive tasks in the monorepo.

2026-02-08
npx @tech-leads-club/agent-skills --skill run-nx-generator

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

References2026-02-08
npx @tech-leads-club/agent-skills --skill security-best-practices

'Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.'

ScriptsReferences2026-02-08
npx @tech-leads-club/agent-skills --skill security-ownership-map

Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.

References2026-02-08
npx @tech-leads-club/agent-skills --skill security-threat-model
sentryMonitoring

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.

Scripts2026-02-08
npx @tech-leads-club/agent-skills --skill sentry
seoQuality

Optimize for search engine visibility and ranking. Use when asked to "improve SEO", "optimize for search", "fix meta tags", "add structured data", "sitemap optimization", or "search engine optimization".

2026-02-08
npx @tech-leads-club/agent-skills --skill seo
skill-creatorSkill & Agent Creation

Guide for creating effective AI agent skills. Use when users want to create a new skill (or update an existing skill) that extends an AI agent's capabilities with specialized knowledge, workflows, or tool integrations. Works with any agent that supports the SKILL.md format (Claude Code, Cursor, Roo, Cline, Windsurf, etc.). Triggers on "create skill", "new skill", "package knowledge", "skill for".

2026-02-08
npx @tech-leads-club/agent-skills --skill skill-creator
subagent-creatorSkill & Agent Creation

Guide for creating AI subagents with isolated context for complex multi-step workflows. Use when users want to create a subagent, specialized agent, verifier, debugger, or orchestrator that requires isolated context and deep specialization. Works with any agent that supports subagent delegation. Triggers on "create subagent", "new agent", "specialized assistant", "create verifier".

2026-02-08
npx @tech-leads-club/agent-skills --skill subagent-creator
technical-design-doc-creatorSkill & Agent Creation

Creates comprehensive Technical Design Documents (TDD) following industry standards with mandatory sections, optional sections, and interactive gathering of missing information.

2026-02-08
npx @tech-leads-club/agent-skills --skill technical-design-doc-creator
tlc-spec-drivenDevelopment

Project and feature planning with 4 phases - Specify, Design, Tasks, Implement+Validate. Creates atomic tasks with verification criteria and maintains persistent memory across sessions. Stack-agnostic. Use when: (1) Starting new projects (initialize vision, goals, roadmap), (2) Working with existing codebases (map stack, architecture, conventions), (3) Planning features (requirements, design, task breakdown), (4) Implementing with verification, (5) Tracking decisions/blockers across sessions, (6) Pausing/resuming work. Triggers on "initialize project", "map codebase", "specify feature", "design", "tasks", "implement", "pause work", "resume work".

References2026-02-08
npx @tech-leads-club/agent-skills --skill tlc-spec-driven
vercel-deployCloud & Infrastructure

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

Scripts2026-02-08
npx @tech-leads-club/agent-skills --skill vercel-deploy

Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".

Scripts2026-02-08
npx @tech-leads-club/agent-skills --skill web-quality-audit
Showing 43 of 43 skills