Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
rohitg00
GitHub creator profile

rohitg00

Repository-level view of 170 collected skills across 11 GitHub repositories, including approximate occupation coverage.

skills collected
170
repositories
11
occupation fields
3
updated
2026-05-20
repository map

Where the skills live

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

#01
awesome-claude-code-toolkit
39 skills · 2026-05-11
ソフトウェア開発者ネットワーク・コンピュータシステム管理者ウェブ開発者データベース管理者ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリスト
9 occupation categories · 100% classified
23%share
#02
agentbrain
36 skills · 2026-05-20
プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスターファイル事務員ウェブ・デジタルインターフェースデザイナーカスタマーサービス担当者データベースアーキテクト
16 occupation categories · 97% classified
21%share
#03
pro-workflow
34 skills · 2026-05-09
ソフトウェア開発者プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスターデータサイエンティストネットワーク・コンピュータシステム管理者ファイル事務員
9 occupation categories · 100% classified
20%share
#04
kubectl-mcp-server
26 skills · 2026-01-30
ネットワーク・コンピュータシステム管理者コンピュータネットワークアーキテクト情報セキュリティアナリスト
3 occupation categories · 100% classified
15%share
#05
skillkit
16 skills · 2026-03-10
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターその他コンピュータ職プロジェクト管理専門家
4 occupation categories · 100% classified
9.4%share
#06
agentmemory
8 skills · 2026-05-18
ソフトウェア開発者カスタマーサービス担当者その他コンピュータ職秘書・行政アシスタント(法律・医療・役員除く)
4 occupation categories · 100% classified
4.7%share
#07
manim-video-generator
4 skills · 2026-01-29
特殊効果アーティスト・アニメーターソフトウェア開発者データサイエンティスト
3 occupation categories · 100% classified
2.4%share
#08
skills
3 skills · 2026-05-12
グラフィックデザイナーコンピュータシステムアナリスト市場調査アナリスト・マーケティングスペシャリスト特殊効果アーティスト・アニメーター
4 occupation categories · 100% classified
1.8%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
awesome-claude-code-toolkit
39 skills1.8k562updated 2026-05-11
23% of creator
agentkit-seo
市場調査アナリスト・マーケティングスペシャリスト

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.

2026-05-11
claude-memory-kit
ソフトウェア開発者

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

2026-04-17
deep-dive
マネジメントアナリスト

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

2026-04-16
manage-skills
ソフトウェア開発者

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)

2026-04-09
accessibility-wcag
ウェブ開発者

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

2026-02-04
authentication-patterns
情報セキュリティアナリスト

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

2026-02-04
aws-cloud-patterns
ネットワーク・コンピュータシステム管理者

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

2026-02-04
ci-cd-pipelines
ネットワーク・コンピュータシステム管理者

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

2026-02-04
Showing top 8 of 39 collected skills in this repository.
#002
agentbrain
36 skills263updated 2026-05-20
21% of creator
Showing top 8 of 36 collected skills in this repository.
#003
pro-workflow
34 skills2.2k207updated 2026-05-09
20% of creator
wiki-viewer
ウェブ開発者

Render a self-contained HTML viewer for a pro-workflow wiki. Pages, sources, claims, seed queue, page-link graph and full-text search all in one file. No external dependencies, no JS framework, S3-uploadable. Use when the user wants to browse a wiki visually, share its current state with someone, audit research progress, or hand off a knowledge base. Inspired by Thariq Shihipar's "Unreasonable Effectiveness of HTML" — favors information density and shareability over markdown-only outputs.

2026-05-09
learn-rule
プロジェクト管理専門家ソフトウェア開発者

Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says "remember this", "don't forget", "note this", or "learn from this".

2026-05-09
llm-council
ソフトウェア開発者

Provider-agnostic multi-LLM deliberation. Three phases — independent responses, cross-model anonymized ranking, chairman synthesis. Provider config from env (OPENAI/ANTHROPIC/FIREWORKS/OPENROUTER/custom OpenAI-compatible base URL). Persists transcript to a wiki page when --wiki <slug> is passed. Use when the user wants multiple AI perspectives, consensus-building, or the "LLM Council" approach for high-stakes reviews, plan critique, or contested learning rules.

2026-05-09
survey-generator
ソフトウェア開発者

Compile a structured literature survey on any AI/ML topic. Agent curates a research bundle (taxonomy + sections + bibliography of real papers) from a public anchor resource, then a chosen LLM generates the survey artifact. Output target is a wiki page (markdown), not a one-off HTML — survey lands in `<wiki>/derived/surveys/<slug>.md` with full bibliography rows in `sources.md`. Provider-agnostic (Anthropic/OpenAI/OpenRouter/Fireworks/custom OpenAI-compat). Use when the user asks for a "survey", "literature review", "lit review", or "deep dive" on a technical topic.

2026-05-09
wiki-builder
ソフトウェア開発者

Start, structure, and grow a persistent research wiki indexed in pro-workflow's SQLite knowledge base. Each wiki is a folder of markdown pages with provenance, plus a shadow FTS5 index so any session can recall it. Use when the user says "start a wiki", "add to wiki", "compile a page", "wiki on X", or wants a long-lived knowledge base on a topic, paper, product, person, project, or codebase.

2026-05-09
wiki-query
ファイル事務員

Query pro-workflow wikis via SQLite FTS5 BM25 retrieval. Returns top-K passages with citations. Use when answering a question that any of the user's wikis already covers, when the user says "what does the wiki say about X", "ask wiki", "search wikis", or before drafting a new wiki page (to avoid duplication).

2026-05-09
wiki-research-loop
ソフトウェア開発者

Auto-grow a pro-workflow wiki by running a budget-capped BFS research loop over pluggable source fetchers (web, arXiv, GitHub). Each iteration pops a seed from the queue, fetches sources, drafts a wiki page, dedupes claims against existing pages, enqueues follow-up seeds. Halts on budget cap, depth cap, or convergence. Use when the user says "research <topic>", "grow the <slug> wiki", "auto-research", or wants a knowledge base that builds itself overnight.

2026-05-09
bug-capture
ソフトウェア品質保証アナリスト・テスター

Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never leaks file paths or line numbers into the issue. Use when the user reports a bug conversationally, runs a QA pass, or says "file an issue", "log this as a bug", "capture this".

2026-04-17
Showing top 8 of 34 collected skills in this repository.
#004
kubectl-mcp-server
26 skills888168updated 2026-01-30
15% of creator
k8s-autoscaling
ネットワーク・コンピュータシステム管理者

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

2026-01-30
k8s-backup
ネットワーク・コンピュータシステム管理者

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

2026-01-30
k8s-browser
ネットワーク・コンピュータシステム管理者

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.

2026-01-30
k8s-capi
ネットワーク・コンピュータシステム管理者

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

2026-01-30
k8s-certs
情報セキュリティアナリスト

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

2026-01-30
k8s-cilium
コンピュータネットワークアーキテクト

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

2026-01-30
k8s-cli
ネットワーク・コンピュータシステム管理者

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.

2026-01-30
k8s-core
ネットワーク・コンピュータシステム管理者

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

2026-01-30
Showing top 8 of 26 collected skills in this repository.
#005
skillkit
16 skills1.1k104updated 2026-03-10
9.4% of creator
eval-injection-test
ソフトウェア開発者その他コンピュータ職

Skill with injected eval patterns for security testing

2026-03-10
typescript-best-practices
ソフトウェア開発者

Enforces TypeScript best practices and modern patterns

2026-03-10
find-skills
ソフトウェア開発者

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 domain or technology, and installing specific skills from GitHub. Use when the user wants to find, browse, or install new agent skills, plugins, extensions, or add-ons; asks 'is there a skill for X' or 'find a skill for X'; wants to explore a skill store or marketplace; needs to extend agent capabilities in areas like React, testing, DevOps, security, or APIs; or says 'browse skills', 'search skill marketplace', 'install a skill', or 'what skills are available'.

2026-03-10
handoff-protocols
プロジェクト管理専門家ソフトウェア開発者

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 over, or transition a project; pass work to another person or agent; brief a colleague taking over; prepare a shift change summary; or onboard someone mid-task. Produces ready-to-use handoff documents covering current status, next steps, known issues, technical context, and communication templates for both planned and unplanned transfers.

2026-03-06
parallel-investigation
ソフトウェア開発者

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 root cause is unclear and multiple plausible theories exist; when serial troubleshooting is too slow; or when multiple investigators can divide root-cause analysis work. Provides structured phases for problem decomposition, thread assignment, sync points with Continue/Pivot/Converge decisions, and final report synthesis.

2026-03-06
structured-code-review
ソフトウェア開発者

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 rationale. Use when the user asks for code review, PR feedback, pull request review, or wants their code checked for bugs, style issues, or vulnerabilities — triggered by phrases like "review my code", "check this PR", "review my changes", "pull request review", or "code feedback".

2026-03-06
hypothesis-testing
ソフトウェア開発者

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 error, something broke, they want to troubleshoot a bug, or they're trying to figure out what's causing an issue. Concrete actions include isolating failing components, forming and testing hypotheses, analyzing error messages, tracing execution paths, and interpreting test results to narrow down root causes.

2026-03-06
root-cause-analysis
ソフトウェア開発者

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 debug, troubleshoot, or investigate why something is not working; especially for complex or intermittent issues across multiple components. Applies the Five Whys method, hypothesis-driven testing, stack trace analysis, git blame/log evidence gathering, and causal chain documentation to isolate and confirm root causes before applying any fix.

2026-03-06
Showing top 8 of 16 collected skills in this repository.
#006
agentmemory
8 skills16.8k1.4kupdated 2026-05-18
4.7% of creator
commit-context
ソフトウェア開発者

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.

2026-05-18
commit-history
ソフトウェア開発者

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.

2026-05-18
handoff
カスタマーサービス担当者

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.

2026-05-18
recap
秘書・行政アシスタント(法律・医療・役員除く)

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.

2026-05-18
forget
その他コンピュータ職

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

2026-04-14
recall
ソフトウェア開発者

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.

2026-04-14
remember
ソフトウェア開発者

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.

2026-04-14
session-history
ソフトウェア開発者

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.

2026-04-14
#007
manim-video-generator
4 skills26347updated 2026-01-29
2.4% of creator
animation-composer
特殊効果アーティスト・アニメーター

Scene composition and orchestration skill for creating complex multi-part animations. **Triggers when:** - User wants to compose multi-element scenes - Request involves combining multiple visual elements - Scene requires act-based structure or transitions - User mentions "scene", "compose", "combine", "orchestrate" **Capabilities:** - Scene graph construction with acts and transitions - Multi-object coordination and timing - Camera movements and focus control - Layered animation sequences

2026-01-29
math-visualizer
ソフトウェア開発者データサイエンティスト

Mathematical visualization skill for equations, proofs, and geometric concepts. **Triggers when:** - User mentions equations, formulas, or mathematical expressions - Request involves mathematical proofs or derivations - Content includes geometric relationships - User mentions LaTeX, calculus, algebra, geometry, trigonometry - Patterns: "equation", "formula", "prove", "derive", "graph", "plot" **Capabilities:** - LaTeX equation rendering with color-coded components - Function graphing and transformations - Geometric constructions and proofs - 3D mathematical surfaces - Step-by-step derivations with highlights

2026-01-29
motion-graphics
特殊効果アーティスト・アニメーター

Kinetic typography, logo animations, and stylized motion design skill. **Triggers when:** - User wants text animations or kinetic typography - Request involves logo reveals or title sequences - Content focuses on visual impact over education - User mentions "title", "intro", "logo", "text animation", "kinetic" **Capabilities:** - Kinetic typography with dynamic text effects - Logo reveals and brand animations - Particle effects and visual flourishes - Modern motion design patterns - Attention-grabbing title sequences

2026-01-29
visual-storyteller
特殊効果アーティスト・アニメーター

Narrative-driven animation skill for explanatory content and visual storytelling. **Triggers when:** - User wants to explain a concept or process - Request involves step-by-step demonstrations - Content is educational or tutorial-like - User mentions "explain", "show how", "demonstrate", "walk through" **Capabilities:** - Breaking concepts into digestible visual steps - Progressive revelation of information - Highlighting cause-and-effect relationships - Building intuition through visual metaphors

2026-01-29
#008
skills
3 skills40updated 2026-05-12
1.8% of creator
#009
ai-engineering-from-scratch
2 skills13.6k2.5kupdated 2026-03-29
1.2% of creator
#011
internet-skill
1 skills41updated 2026-05-12
0.6% of creator
11 件中 11 件のリポジトリを表示
すべてのリポジトリを表示しました