All authors
rohitg00 avatar

Claude Skills by rohitg00

github.com/rohitg00
55 skillsA× 54B× 13 installs57 views
Commit ContextA

Trace a file, function, or line back to the agent session that produced its current commit. Use when the user asks "why is this code here", "what was the agent doing when this changed", or wants context on a specific location in the codebase.

toolsgit
0
17,994
Commit HistoryA

List recent git commits that are linked to agent sessions, optionally filtered by branch or repo. Use when the user asks "show agent commits", "what has the agent shipped", or wants a list of commits with their session context.

toolsgit
0
17,994
ForgetA

Delete specific observations or sessions from agentmemory. Use when user says "forget this", "delete memory", or wants to remove specific data for privacy.

securitygo
0
17,994
HandoffA

Resume the most recent agent session for the current working directory. Use when the user says "where were we", "resume", "handoff", "pick up where I left off", or starts a session with no fresh context.

tools
0
17,994
RecallA

Search agentmemory for past observations, sessions, and learnings about a topic. Use when the user says "recall", "remember", "what did we do", or needs context from past sessions.

tools
0
17,994
RecapA

Summarize the last N agent sessions for the current project, grouped by date. Use when the user asks "recap", "what have we been doing", "this week", "today", or wants a rollup of recent work.

ai-agents
0
17,994
RememberA

Explicitly save an insight, decision, or learning to agentmemory's long-term storage. Use when the user says "remember this", "save this", or wants to preserve knowledge for future sessions.

ai-agents
0
17,994
Session HistoryA

Show what happened in recent past sessions on this project. Use when user asks "what did we do last time", "session history", "past sessions", or wants an overview of previous work.

ai-agents
0
17,994
Design EngineeringA

Apply interface craft when building or reviewing UI - motion, easing, timing, springs, component feel, and visual foundations. Use when building a component, animation, transition, hover or press state, modal, drawer, toast, or when polishing an interface so it feels right. Says "make this feel better", "add an animation", "polish the UI", "review this component".

ai-agentsspring
0
2,798
Domain ModelingA

Build the project's shared language and bounded contexts before writing code, so names stay consistent and the agent stops paraphrasing domain concepts. Produces a CONTEXT.md glossary and decision records. Use at the start of a project or feature, or when the codebase and the people describing it speak different languages.

ai-agentsgorails
0
2,798
Improve ArchitectureA

Audit an area of the codebase and propose the smallest structural moves that improve it - untangle boundaries, kill duplication, fix seams, break cycles. Produces a prioritized plan and decision records, not a rewrite. Use when a codebase feels tangled, hard to change, or is becoming a ball of mud, or when asked to improve or refactor architecture.

ai-agentsgorails
0
2,798
Skill OptimizerA

SkillOpt-flavored offline training loop for any SKILL.md. Treats accumulated learn-rule corrections as training trajectories, proposes bounded patches via an optimizer LLM, gates each candidate against a held-out validation set built from the user's own past corrections, and ships only candidates that demonstrably improve the score. Inspired by Microsoft SkillOpt's ReflACT pipeline (rollout → reflect → aggregate → select → update → evaluate) adapted to pro-workflow's SQLite store. Use when a ...

ai-agentsbashsql
0
2,798
Skill RouterA

The index of every pro-workflow skill and command, grouped by job, with when to reach for each and whether it is human-run or auto-triggered. Use when you are not sure which skill fits, want the full map, or ask "what can this do", "which skill for X", "list the workflow".

ai-agentsgoreact
0
2,798
TddA

Drive a change through a red-green-refactor loop - failing test first, minimal code to pass, then clean up. Use when implementing a feature or fixing a bug where correctness matters and a test can pin the behavior. Says "TDD", "test first", "red green refactor", "write the test first".

ai-agentsgotesting
0
2,798
Writing GuidelinesA

Apply clear-writing standards to any prose the agent produces - READMEs, docs, UI copy, error messages, commit and PR text, release notes. Use when writing or editing documentation, interface copy, or any text a human will read. Says "write the README", "improve this copy", "draft the docs", "word this error".

ai-agentsdocumentation
0
2,798
Authentication PatternsA

Authentication and authorization patterns including OAuth2, JWT, RBAC, session management, and PKCE flows

data-aitypescriptgo
0
1,825
Aws Cloud PatternsA

AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform

developmenttypescriptnode
0
1,825
Ci Cd PipelinesA

CI/CD pipeline patterns for GitHub Actions, GitLab CI, testing strategies, and deployment automation

data-aigoshell
0
1,825
Claude Memory KitA

Persistent memory system for Claude Code. Two-layer architecture (hot cache + knowledge wiki), safety hooks, /close-day end-of-day synthesis. Zero external dependencies.

data-aibashgit
0
1,825
Continuous LearningA

Auto-extract patterns from coding sessions, track corrections, and build reusable knowledge with confidence scoring

developmenttypescriptgo
0
1,825
Data EngineeringA

Data engineering patterns for ETL pipelines, data warehousing, Apache Spark, and data quality validation

data-aipythongo
0
1,825
Database OptimizationA

Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL

data-aijavascriptpython
0
1,825
Deep DiveA

Claude-native deep research using DAG-based query planning, parallel subagent execution, and gap-driven iteration. No external API needed.

data-aigonode
0
1,825
Devops AutomationA

CI/CD pipeline design with GitHub Actions, Docker, Kubernetes, Helm, and GitOps patterns

devopsgonode
0
1,825
Django PatternsA

Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure

data-aipythongo
0
1,825
Docker Best PracticesB

Docker best practices including multi-stage builds, compose patterns, image optimization, and security

data-aipythonshell
0
1,825
Frontend ExcellenceA

Modern frontend patterns for React Server Components, performance optimization, and Core Web Vitals

developmentjavascripttypescript
0
1,825
Git AdvancedA

Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques

data-aigobash
0
1,825
Golang IdiomsA

Idiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management

data-aigobash
0
1,825
Graphql DesignA

GraphQL schema design, resolver patterns, subscriptions, DataLoader for N+1 prevention, and error handling

developmenttypescriptnode
0
1,825
Kubernetes OperationsA

Kubernetes operations including manifests, Helm charts, operators, troubleshooting, and resource management

data-aibashnode
0
1,825
Llm IntegrationA

LLM integration patterns including API usage, streaming, function calling, RAG pipelines, and cost optimization

data-aitypescriptgo
0
1,825
Accessibility WcagA

Web accessibility patterns for WCAG 2.2 compliance including ARIA, keyboard navigation, screen readers, and testing

data-aireacttesting
0
1,825
Manage SkillsA

Discover, list, create, edit, toggle, copy, move, and delete AI agent skills across 11 tools (Cursor, Claude, Agents, Windsurf, Copilot, Codex, Cline, Aider, Continue, Roo Code, Augment)

data-aigobash
0
1,825
Agentkit SeoA

Route broad or ambiguous AgentKit SEO work to the right module while keeping context scoped. Use when a request spans multiple surfaces, asks for overall digital-presence strategy, involves provider or install architecture, needs agent-context planning, or the correct platform skill is unclear.

data-aigogit
0
1,825
Mcp DevelopmentA

MCP server development including tool design, resource endpoints, prompt templates, and transport configuration

data-aitypescriptsql
0
1,825
Microservices DesignA

Microservices design patterns including service mesh, event-driven architecture, saga pattern, and API gateway

data-aitypescriptapi
0
1,825
Api Design PatternsA

REST API design with resource naming, pagination, versioning, and OpenAPI spec generation

developmentgodebugging
0
1,825
Mobile DevelopmentA

Mobile development patterns for React Native and Flutter including navigation, state management, and responsive design

developmenttypescriptreact
0
1,825
Monitoring ObservabilityA

Monitoring and observability with OpenTelemetry, Prometheus, Grafana dashboards, and structured logging

data-aitypescriptnode
0
1,825
Nextjs MasteryA

Next.js 14+ App Router patterns including RSC, ISR, middleware, parallel routes, and data fetching

developmentjavascripttypescript
0
1,825
Performance OptimizationA

Web performance optimization including bundle analysis, lazy loading, caching strategies, and Core Web Vitals

developmentjavascripttypescript
0
1,825
Postgres OptimizationA

PostgreSQL optimization including indexes, query plans, partitioning, JSONB operations, and connection pooling

data-aigosql
0
1,825
Prompt EngineeringA

Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design

data-aipythonsql
0
1,825
Python Best PracticesA

Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing

data-aipythonbash
0
1,825
React PatternsA

React 19 patterns including Server Components, Actions, Suspense, hooks, and component composition

data-aireactnextjs
0
1,825
Redis PatternsA

Redis patterns including caching strategies, pub/sub, streams for event processing, Lua scripts, and data structures

data-aitypescript
0
1,825
Rust SystemsA

Rust systems programming patterns including ownership, traits, async runtime, error handling, and unsafe guidelines

data-airustsql
0
1,825
Security HardeningA

Application security covering input validation, auth, headers, secrets management, and dependency auditing

developmenttypescriptpython
0
1,825
Springboot PatternsA

Spring Boot patterns including JPA repositories, REST controllers, layered services, and configuration

data-aijavaspring
0
1,825