Skip to main content
Run any Skill in Manus
with one click
GitHub repository

dot

dot contains 45 collected skills from gr1m0h, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
45
Stars
2
updated
2026-07-07
Forks
0
Occupation coverage
10 occupation categories · 100% classified
repository explorer

Skills in this repository

batch
computer-occupations-all-other

Batch dispatch — read queued tasks from ~/.claude/batch/inbox.md, fix each task's spec contract, fan them out to background subagents per case, and leave the user free until review time. Also surfaces unreported client sessions (~/.claude/batch/unreported.md). Use when the user says "batch", "morning batch", "朝バッチ", "タスク投入", "/batch", "/morning-batch", or at the start of a work day with queued tasks.

2026-07-07
investigation-report
software-developers

Standardized "investigate → written report" pipeline for SRE client work. Fixes the deliverable contract up front (format + done-criteria), delegates repo/infra scanning to subagents, verifies every claim, and outputs an issue-ready Markdown report. Use when the user says "調査して", "調べてレポート", "investigation report", "報告書にまとめて", or hands over an investigation-shaped task.

2026-07-06
company-blog
technical-writers

Turn a finished case (case-reflect / sreaas report output) into a generalized, confidentiality-scrubbed company tech-blog draft. Use when the user says "会社ブログ", "テックブログ", "案件を記事化", "company blog", or wants to asset-ify case outcomes for public publishing. Realizes the company-blog stage of learn_cycle.md.

2026-06-22
learn-guide
postsecondary-teachers-all-other

Generate a personalized learning guide (text + hands-on script) for a technology/topic, tuned to the user's level and case context — like an AI-personalized intro book. Use when the user says "学習ガイド", "入門ガイド", "ハンズオンを作って", "learn guide", "この技術を学びたい", or wants a guided, output-oriented way to learn something. Powers the learning half of learn_cycle.md.

2026-06-22
insights-apply
computer-occupations-all-other

From a Claude Code /insights report, generate a Japanese-translated HTML report AND reflect its actionable recommendations into the config (~/.claude/), confirming EACH item one-by-one (apply or skip). Skipped items are left untouched. Use when the user says "insights apply", "insightを設定に反映", "insightを日本語HTML", "apply insights to config".

2026-06-22
fix-issue
software-developers

Systematically investigate and fix a GitHub Issue with root cause analysis. Use when user says "fix issue", "fix

2026-05-11
security-scan
information-security-analysts

Comprehensive security audit based on OWASP 2025 Top 10 with automated checks. Scans for vulnerabilities, insecure patterns, hardcoded secrets, and dependency risks.

2026-05-11
incident-analysis
network-and-computer-systems-administrators

Cross-cutting incident investigation using AWS CLI, Datadog (pup), and local repository analysis. Use when user says "incident analysis", "investigate outage", "root cause analysis", "postmortem", or "analyze incident". Systematically collects infrastructure metrics, application logs, and codebase evidence to produce a comprehensive incident report with timeline, root cause, and remediation recommendations.

2026-04-23
audit-license
software-developers

Run comprehensive license compliance audit on project dependencies. Use when user says "audit licenses", "check license compliance", "dependency licenses", or before releasing open source software. Classifies by risk level and flags violations.

2026-03-28
audit-supply-chain
information-security-analysts

Analyze software supply chain for security risks and vulnerabilities. Use when user says "audit supply chain", "dependency security", "check for typosquatting", or before adding new dependencies. Checks provenance, signatures, and known vulnerabilities.

2026-03-28
build-fix
software-developers

Incrementally fix TypeScript and build errors one at a time. Use when user says "build fails", "fix build errors", "tsc errors", "type errors", or when build/compile commands fail. Stops if same error persists after 3 attempts.

2026-03-28
clickhouse-io
database-architects

ClickHouse database patterns, query optimization, and data engineering best practices. Use when working with ClickHouse databases, writing analytical queries, designing MergeTree tables, or optimizing materialized views for high-performance workloads.

2026-03-28
coding-standards
software-developers

Universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js. Load when writing new code, reviewing code quality, or enforcing naming conventions, immutability patterns, error handling, and type safety standards.

2026-03-28
create-pr
software-developers

Analyze changes, generate a well-structured PR, and create it via gh CLI. Use when user says "create PR", "open pull request", "submit PR", or after completing a feature branch. Includes summary, risk assessment, and test plan.

2026-03-28
dashboard
software-developers

Analyze telemetry data and display a session performance dashboard. Use when user says "dashboard", "show stats", "session metrics", or "telemetry report". Visualizes tool usage, token consumption, and session efficiency.

2026-03-28
e2e
software-quality-assurance-analysts-and-testers

Generate and run end-to-end tests with Playwright. Use when user says "run e2e", "end-to-end test", "playwright test", or "test user flow". Creates test journeys, captures screenshots/videos/traces, and detects flaky tests.

2026-03-28
ensemble-vote
software-developers

Execute ensemble voting with multiple reasoning paths for important decisions. Use when user says "ensemble vote", "multi-perspective analysis", "get multiple opinions", or facing high-risk architectural or design choices.

2026-03-28
eval
software-quality-assurance-analysts-and-testers

Manage eval-driven development workflow with define, check, report, and list commands. Use when user says "define eval", "check evals", "eval report", or "list evals". Tracks pass@k metrics for capability and regression evals.

2026-03-28
firmware-audit
information-security-analysts

Audit firmware and embedded code for security vulnerabilities and best practices. Use when user says "firmware audit", "embedded security", "IoT security check", or working with C/C++/Rust firmware. Checks for hardcoded credentials, buffer overflows, and insecure boot.

2026-03-28
fuzz
software-quality-assurance-analysts-and-testers

Set up and run fuzz testing to discover crashes, edge cases, and security vulnerabilities. Use when user says "fuzz test", "fuzz this function", "find edge cases", or wants to stress-test input handling with randomized data.

2026-03-28
harness-audit
software-developers

Audit Claude Code harness configuration for optimization opportunities

2026-03-28
learn
software-developers

Extract reusable patterns from the current session and save as skills. Use when user says "learn", "extract pattern", "save this technique", or after solving a non-trivial problem. Focuses on error resolution, debugging techniques, and workarounds.

2026-03-28
manage-context
software-developers

Audit and optimize context window usage, memory files, and session efficiency. Use when user says "manage context", "context health", "optimize memory", or when session feels slow. Checks CLAUDE.md size, memory staleness, and recommends /clear timing.

2026-03-28
mutation-test
software-quality-assurance-analysts-and-testers

Run mutation testing to evaluate test suite quality. Use when user says "mutation test", "test quality", "are my tests strong enough", or "find weak tests". Introduces code mutations and reports mutation score with suggestions for improvement.

2026-03-28
plan
project-management-specialists

Create step-by-step implementation plans with risk assessment before writing code. Use when user says "plan", "design feature", "architect solution", or starting complex features. WAITS for user confirmation before proceeding.

2026-03-28
pr-summary
software-developers

Generate a comprehensive Pull Request summary with risk assessment. Use when user says "PR summary", "summarize PR", "review pull request", or provides a PR number. Classifies changes, assesses risks, and identifies review focus areas.

2026-03-28
project-guidelines-example
software-developers

Example template for project-specific skills showing architecture, code patterns, testing, and deployment conventions. Use as a reference when creating new project-level skills.

2026-03-28
prompt-optimize
software-developers

Optimize Claude Code system prompt and instructions for token efficiency

2026-03-28
property-test
software-quality-assurance-analysts-and-testers

Design and implement property-based tests that verify invariants across randomized inputs. Use when user says "property test", "invariant test", "fuzz inputs", or wants to discover edge cases that example-based tests miss.

2026-03-28
protocol-check
information-security-analysts

Analyze communication protocol implementation for correctness and security. Use when user says "check protocol", "protocol analysis", "verify protocol", or reviewing HTTP, WebSocket, gRPC, or custom protocol implementations.

2026-03-28
refactor-clean
software-developers

Safely identify and remove dead code with test verification. Use when user says "clean up dead code", "remove unused exports", "find unused dependencies", or "refactor cleanup". Uses knip, depcheck, ts-prune for analysis.

2026-03-28
reflect
project-management-specialists

Structured reflection on completed work using the Reflexion framework. Use when user says "reflect", "session review", "what did I learn", or after completing a complex task. Extracts persistent learnings and saves reusable patterns.

2026-03-28
release
software-developers

Automate semantic versioning, changelog generation, and release creation. Use when user says "release", "bump version", "create release", "publish", or preparing a new version for distribution.

2026-03-28
reverse-analyze
information-security-analysts

Perform reverse engineering analysis on code or binary for security research. Use when user says "reverse engineer", "analyze binary", "decompile", or investigating undocumented systems and legacy code.

2026-03-28
search-memory
software-developers

Search and retrieve relevant information from the cognitive memory system. Use when user says "search memory", "recall", "what do I know about", or needs to find previously saved learnings, decisions, and patterns.

2026-03-28
test-coverage
software-quality-assurance-analysts-and-testers

Analyze test coverage and generate missing tests for files below 80% threshold. Use when user says "check coverage", "improve coverage", "find untested code", or "coverage report".

2026-03-28
threat-model
information-security-analysts

Perform STRIDE threat modeling on the application architecture. Use when user says "threat model", "STRIDE analysis", "identify threats", or "security architecture review". Systematically identifies threats, assesses risks with DREAD scoring, and recommends mitigations.

2026-03-28
update-codemaps
software-developers

Analyze codebase structure and generate architecture documentation with diff tracking. Use when user says "update codemaps", "generate architecture docs", "map codebase structure", or after significant structural changes.

2026-03-28
update-docs
software-developers

Sync documentation from source-of-truth files (package.json, .env.example). Use when user says "update docs", "sync documentation", "generate CONTRIB", or "find stale docs". Generates CONTRIB.md and RUNBOOK.md, identifies stale docs (90+ days).

2026-03-28
update-memory
software-developers

Persist new knowledge, update existing entries, and maintain the cognitive memory system. Use when user says "update memory", "save learning", "remember this", or "auto" to extract patterns from the current session.

2026-03-28
Showing top 40 of 45 collected skills in this repository.