From rusen-research
Explore an unfamiliar codebase in read-only mode and produce a concise onboarding report. Use when the user asks to understand a new repo, onboard onto a project, survey what a codebase does, or starts work in an unfamiliar directory. Covers purpose, tech stack, architecture, current git state, active work, and infrastructure. Does not modify anything.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rusen-research:context-initThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only codebase exploration mode. Build a mental model of the project sufficient to contribute meaningfully — without modifying anything.
Read-only codebase exploration mode. Build a mental model of the project sufficient to contribute meaningfully — without modifying anything.
git reset, etc.).README*, CLAUDE.md, AGENTS.md, docs/, and the root-level project manifest.package.json, pyproject.toml / uv.lock, Cargo.toml, go.mod, Gemfile, pom.xml, build.gradle, Dockerfile, .tool-versions, mise.toml.git status, current branch, git log --oneline -20, open PRs/issues (gh pr list, gh issue list if gh is available and the repo is on GitHub).TODO / FIXME / XXX / HACK markers (capped, don't flood), recent churn: git log --oneline --since='2 weeks ago' --name-only.Dockerfile, docker-compose*, .github/workflows/, terraform/, k8s/, cloud manifests. Identify target environments if discoverable.Skip any section where no evidence exists — don't pad with speculation.
Produce this report. Keep each section to a few lines unless the user asked for depth.
## Project
[What it is, who it's for — 2 sentences max]
## Stack
[Languages, frameworks, key deps, build/test/lint tools]
## Architecture
[Directory layout, key components, data flow, notable patterns]
## Current State
[Branch, uncommitted changes, recent activity, open PRs/issues]
## Active Work
[What's in progress, what's stale, what needs attention]
## Infrastructure
[Deploy target, CI/CD, cloud services — if applicable]
## Key Files
[Entry points, configs, files worth reading first — absolute paths]
$ARGUMENTS
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub rusen-archive/rusen-agent-skills --plugin rusen-research