Skip to main content
rohitg00
GitHub creator profile

rohitg00

Repository-level view of 159 collected skills across 10 GitHub repositories.

skills collected
159
repositories
10
updated
Aug 23, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
pro-workflow
41 skills · Jul 18, 2026
Software DevelopersComputer Occupations, All OtherSoftware Quality Assurance Analysts & TestersWeb & Digital Interface DesignersWeb Developers
5 occupation categories · 100% classified
26%share
#02
agentbrain
36 skills · May 20, 2026
Project Management SpecialistsSoftware Quality Assurance Analysts & TestersFile ClerksCustomer Service RepresentativesDatabase ArchitectsNetwork & Computer Systems Administrators
16 occupation categories · 100% classified
23%share
#03
kubectl-mcp-server
26 skills · Jan 30, 2026
Network & Computer Systems AdministratorsSoftware DevelopersInformation Security Analysts
3 occupation categories · 100% classified
16%share
#04
agentmemory
17 skills · Aug 23, 2026
Computer Occupations, All OtherSoftware Developers
2 occupation categories · 100% classified
11%share
#05
skillkit
16 skills · Mar 10, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Occupations, All OtherProject Management SpecialistsInformation Security Analysts
5 occupation categories · 100% classified
10%share
#06
ai-engineering-from-scratch
14 skills · Aug 23, 2026
Computer Occupations, All OtherPostsecondary Teachers, All OtherDatabase ArchitectsInformation Security Analysts
4 occupation categories · 71% classified
8.8%share
#07
manim-video-generator
4 skills · Jan 29, 2026
Special Effects Artists & Animators
1 occupation categories · 100% classified
2.5%share
#08
skills
3 skills · May 12, 2026
Graphic DesignersComputer Systems AnalystsMarket Research Analysts & Marketing SpecialistsSpecial Effects Artists & Animators
4 occupation categories · 100% classified
1.9%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

agent-teams
software-developers

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

Jul 18, 2026
auto-setup
software-developers

Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.

Jul 18, 2026
batch-orchestration
software-developers

Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.

Jul 18, 2026
compact-guard
software-developers

Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after. Use before manual compact or when auto-compact triggers.

Jul 18, 2026
context-engineering
software-developers

Master the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and context partitioning to keep AI sessions sharp and efficient.

Jul 18, 2026
context-optimizer
software-developers

Optimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.

Jul 18, 2026
cost-tracker
software-developers

Track session costs, set budget alerts, and optimize token spend. Use to check costs mid-session or set spending limits.

Jul 18, 2026
design-engineering
web-and-digital-interface-designers

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…

Jul 18, 2026
Showing 8 of 41 collected skills.
Showing 8 of 36 collected skills.
k8s-autoscaling
network-and-computer-systems-administrators

Configure Kubernetes autoscaling with HPA, VPA, and KEDA. Use for horizontal/vertical pod autoscaling, event-driven scaling, and capacity management.

Jan 30, 2026
k8s-backup
network-and-computer-systems-administrators

Kubernetes backup and restore with Velero. Use when creating backups, restoring applications, managing disaster recovery, or migrating workloads between clusters.

Jan 30, 2026
k8s-browser
software-developers

Browser automation for Kubernetes dashboards and web UIs. Use when interacting with Kubernetes Dashboard, Grafana, ArgoCD UI, or other web interfaces. Requires MCP_BROWSER_ENABLED=true.

Jan 30, 2026
k8s-capi
network-and-computer-systems-administrators

Cluster API lifecycle management for provisioning, scaling, and upgrading Kubernetes clusters. Use when managing cluster infrastructure or multi-cluster operations.

Jan 30, 2026
k8s-certs
network-and-computer-systems-administrators

Kubernetes certificate management with cert-manager. Use when managing TLS certificates, configuring issuers, or troubleshooting certificate issues.

Jan 30, 2026
k8s-cilium
network-and-computer-systems-administrators

Cilium and Hubble network observability for Kubernetes. Use when managing network policies, observing traffic flows, or troubleshooting connectivity with eBPF-based networking.

Jan 30, 2026
k8s-cli
software-developers

kubectl-mcp-server CLI commands for tool discovery, direct invocation, and diagnostics. Use when exploring available tools, calling tools from command line, or checking server health.

Jan 30, 2026
k8s-core
software-developers

Core Kubernetes resource management for pods, namespaces, configmaps, secrets, and nodes. Use when listing, inspecting, or managing fundamental K8s objects.

Jan 30, 2026
Showing 8 of 26 collected skills.
agentmemory-config
computer-occupations-all-other

agentmemory configuration, environment variables, ports, and feature flags. Use when enabling a feature, changing ports, setting an API key, configuring auth, or explaining why a feature is off by default.

Aug 23, 2026
agentmemory-agents
computer-occupations-all-other

How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are supported, or when a connect adapter writes the wrong config path.

Aug 16, 2026
forget
computer-occupations-all-other

Delete specific observations from agentmemory after showing them and getting explicit confirmation. Use when the user says "forget this", "delete memory", "remove that note", or wants to scrub specific data for privacy.

Aug 15, 2026
lesson
computer-occupations-all-other

Save a correction or hard-won rule as a confidence-weighted lesson that resurfaces before similar work. Use when the user corrects your approach, says "learn this", "always" or "never do X", or you notice yourself repeating a past mistake.

Aug 15, 2026
memory-discipline
computer-occupations-all-other

The session loop that makes agentmemory pay off, recall before starting work, save at decision points, learn from corrections. Use when starting a nontrivial task, after settling a decision or debugging a gotcha, or whenever deciding if something belongs in…

Aug 15, 2026
recall
computer-occupations-all-other

Search agentmemory for past observations, sessions, and learnings about a topic using hybrid BM25 plus vector plus graph search. Use when the user says "recall", "what did we do about", "did we ever", "have we seen", or needs context from past sessions.

Aug 15, 2026
remember
computer-occupations-all-other

Save an insight, decision, or learning to agentmemory's long-term storage with searchable concept tags. Use when the user says "remember this", "save this", "note that", "don't forget", or wants to preserve knowledge for future sessions.

Aug 15, 2026
agentmemory-mcp-tools
computer-occupations-all-other

Map of every agentmemory MCP tool, what each does, and its parameters. Use when choosing which memory tool to call, when a tool name or argument is unclear, or when answering what agentmemory can do via MCP.

Aug 15, 2026
Showing 8 of 17 collected skills.
eval-injection-test
information-security-analysts

Skill with injected eval patterns for security testing

Mar 10, 2026
typescript-best-practices
software-developers

Enforces TypeScript best practices and modern patterns

Mar 10, 2026
find-skills
computer-occupations-all-other

Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by…

Mar 10, 2026
handoff-protocols
project-management-specialists

Manages work transitions between team members or agents by creating structured handoff documents, summarizing project status, documenting key decisions, blockers, and open questions, and generating onboarding briefs. Use when someone needs to hand off, hand…

Mar 6, 2026
parallel-investigation
software-developers

Coordinates parallel investigation threads to simultaneously explore multiple hypotheses or root causes across different system areas. Use when debugging production incidents, slow API performance, multi-system integration failures, or complex bugs where the…

Mar 6, 2026
structured-code-review
software-quality-assurance-analysts-and-testers

Performs a structured five-stage code review covering requirements compliance, correctness, code quality, testing, and security/performance. Each stage uses targeted checklists and categorized feedback (Blocker/Major/Minor/Nit) with actionable suggestions and…

Mar 6, 2026
hypothesis-testing
software-developers

Applies the scientific method to debugging by helping users form specific, testable hypotheses, design targeted experiments, and systematically confirm or reject theories to find root causes. Use when a user says their code isn't working, they're getting an…

Mar 6, 2026
root-cause-analysis
software-developers

Performs systematic root cause analysis to identify the true source of bugs, errors, and unexpected behavior through structured investigation phases — not just treating symptoms. Use when a user reports a bug, crash, error, or broken behavior and needs to…

Mar 6, 2026
Showing 8 of 16 collected skills.
find-your-level
unclassified

Interactive quiz that maps your AI/ML knowledge to a starting point in the 511-lesson, 20-phase AI Engineering from Scratch curriculum. Trigger phrases: "where should I start", "find my level", "what do I know", "which phase", "assess my knowledge",…

Aug 23, 2026
learn-agent-skills
postsecondary-teachers-all-other

Focused interactive tutor for the Agent Skills Engineering path in AI Engineering from Scratch. Start or resume this route when a learner wants to create, discover, invoke, secure, evaluate, package, or port Agent Skills. Teaches one lesson per invocation and…

Aug 23, 2026
skill-contract-reviewer
computer-occupations-all-other

Validate an Agent Skill package and choose the right instruction, capability, or lifecycle primitive before implementation.

Aug 23, 2026
skill-catalog-builder
computer-occupations-all-other

Build a bounded Agent Skill catalog across explicit discovery scopes and report collisions before loading instruction bodies.

Aug 23, 2026
skill-invocation-router
computer-occupations-all-other

Design and test explicit human, implicit model or agent, programmatic application, bounded skill-composition, and harness activation policies for an Agent Skill catalog.

Aug 23, 2026
skill-safety-reviewer
information-security-analysts

Review a skill-requested filesystem, command, network, secret, or destructive action against an explicit sandbox policy without executing it.

Aug 23, 2026
skill-release-gate
computer-occupations-all-other

Evaluate an Agent Skill bundle for structural integrity, trigger quality, artifact improvement, script correctness, safety, installed-tree integrity, and target-host portability before release.

Aug 23, 2026
course-guide
unclassified

Topic router for the AI Engineering from Scratch curriculum. Give it a topic, a question, or a bug you are fighting, and it points at the exact lessons that teach it, plus the right next command. Trigger phrases: "where do I learn", "which lesson covers",…

Aug 23, 2026
Showing 8 of 14 collected skills.
Showing 10 of 10 repositories
All repositories loaded