All authors
anubhavg-icpl avatar

Claude Skills by anubhavg-icpl

github.com/anubhavg-icpl
5,087 skillsA× 4,927B× 122C× 23D× 8F× 70 installs47 views
Acd Warm Claude DesignA

Reference DESIGN.md for a terracotta-on-cream editorial aesthetic. Drop into Claude Design → scaffolds the full system. Use when building UI components, applying design tokens, or implementing visual styles for warm claude.

developmentgoshell
0
8
Acd Warm Mercury DesignA

Reference DESIGN.md for fintech that wants to feel calm and considered, not chrome-and-glass cold. Cream canvas, indigo action, dashboard density that still reads like editorial. Use when building UI components, applying design tokens, or implementing visual styles for warm mercury.

developmentrustgo
0
8
Actor Critic TrainerA

Produce an A2C / A3C / GAE configuration for a given environment, with advantage estimation and loss weights specified. Use when you need help with actor critic trainer.

development
0
8
Actor RuntimeA

Build an AutoGen v0.4-shaped actor runtime with private state, inbox-per-actor, message-only IPC, fault isolation, and a dead-letter queue. Use when you need help with actor runtime.

ai-agentsgodebugging
0
8
Addy Api And Interface DesignA

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

developmenttypescriptrust
0
8
Addy Browser Testing With DevtoolsB

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

developmentjavascriptrust
0
8
Addy Ci Cd And AutomationA

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

testingtypescriptgo
0
8
Addy Code Review And QualityA

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

securityrustgo
0
8
Addy Code SimplificationA

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

developmentjavascripttypescript
0
8
Addy Context EngineeringA

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

developmenttypescriptrust
0
8
Addy Debugging And Error RecoveryA

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

developmenttypescriptrust
0
8
Addy Deprecation And MigrationA

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

developmenttypescriptgo
0
8
Addy Documentation And AdrsA

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

databasestypescriptgo
0
8
Addy Doubt Driven DevelopmentA

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

developmentgoshell
0
8
Addy Frontend Ui EngineeringA

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

designgoreact
0
8
Addy Git Workflow And VersioningA

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.

developmentgobash
0
8
Addy Idea RefineA

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".

developmentgobash
0
8
Addy Incremental ImplementationA

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

developmenttypescriptgo
0
8
Addy Interview MeA

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

developmentgoreact
0
8
Addy Performance OptimizationA

Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

developmentjavascripttypescript
0
8
Addy Planning And Task BreakdownA

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

developmentgoapi
0
8
Addy Security And HardeningA

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

securityjavascripttypescript
0
8
Addy Shipping And LaunchA

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

devopsjavascripttypescript
0
8
Addy Source Driven DevelopmentA

Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

developmenttypescriptpython
0
8
Addy Spec Driven DevelopmentA

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

developmentgosql
0
8
Addy Test Driven DevelopmentA

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

testingtypescriptrust
0
8
Addy Using Agent SkillsA

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

code-qualitygotesting
0
8
Advanced Event Handler RefsA

Store Event Handlers in Refs. Use when you need help with advanced event handler refs.

developmentgoreact
0
8
Advanced Use LatestA

useLatest for Stable Callback Refs. Use when you need help with advanced use latest.

developmenttypescriptgo
0
8
After Hours Editorial TemplateA

|. Use when you need help with after hours editorial template.

developmentapi
0
8
Ag 00 Andruia ConsultantA

Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español. Use when you need help with 00 andruia consultant.

developmentgotesting
0
8
Ag 007A

Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project. Use when you need help with 007.

securitypythonrust
0
8
Ag 10 Andruia Skill SmithA

Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante. Use when you need help with 10 andruia skill smith.

developmentgotesting
0
8
Ag 20 Andruia Niche IntelligenceA

Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del sector. Actívalo tras definir el nicho. Use when you need help with 20 andruia niche intelligence.

developmentgotesting
0
8
Ag 3d Web ExperienceA

Expert in building 3D experiences for the web - Three.js, React. Use when you need help with 3d web experience.

developmentjavascriptjava
0
8
Ag Ab Test SetupA

Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness. Use when you need help with ab test setup.

developmentgorails
0
8
Ag Acceptance OrchestratorA

Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human re-intervention.

testinggotesting
0
8
Ag Accessibility Compliance Accessibility AuditA

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance. Use when you need help with accessibility compliance accessibility audit.

testinggotesting
0
8
Ag Active Directory AttacksA

Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing. Use when you need help with active directory attacks.

securitypythonrust
0
8
Ag Activecampaign AutomationA

Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas. Use when you need help with activecampaign automation.

businesstestingapi
0
8
Ag Ad CreativeA

Create, iterate, and scale paid ad creative for Google Ads, Meta, LinkedIn, TikTok, and similar platforms. Use when generating headlines, descriptions, primary text, or large sets of ad variations for testing and performance optimization.

content-marketinggobash
0
8
Ag Address Github CommentsA

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

developmentgobash
0
8
Ag AdhxA

Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author info, and engagement metrics. No scraping or browser required. Use when you need help with adhx.

developmentbashtesting
0
8
Ag Advanced EvaluationA

This skill should be used when the user asks to \"implement LLM-as-judge\", \"compare model outputs\", \"create evaluation rubrics\", \"mitigate evaluation bias\", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment. Use when you need help with advanced evaluation.

developmentgotesting
0
8
Ag Advogado CriminalA

Advogado criminalista especializado em Maria da Penha, violencia domestica, feminicidio, direito penal brasileiro, medidas protetivas, inquerito policial e acao penal. Use when you need help with advogado criminal.

developmentpythongo
0
8
Ag Advogado EspecialistaA

Advogado especialista em todas as areas do Direito brasileiro: familia, criminal, trabalhista, tributario, consumidor, imobiliario, empresarial, civil e constitucional. Use when you need help with advogado especialista.

developmentpythongo
0
8
Ag Aegisops AiA

Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance. Use when you need help with aegisops ai.

devopspythongo
0
8
Ag Agent EvaluationA

Testing and benchmarking LLM agents including behavioral testing,. Use when you need help with agent evaluation.

securityrustgo
0
8
Ag Agent Framework Azure Ai PyA

Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK. Use when you need help with agent framework azure ai py.

ai-agentspythonbash
0
8
Ag Agent Manager SkillA

Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling. Use when you need help with agent manager skill.

toolspythonbash
0
8