skills/remote-repository-research/SKILL.md
Use when investigating a repository that is not already available locally and the user needs repository-specific understanding of its structure, implementation, maintenance, or relevant files.
npx skillsauth add nbsp1221/agent-skills remote-repository-researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Treat the repository itself as the primary evidence source. Clone first, inspect locally, and use external material only to answer questions the repository does not settle on its own.
Use this skill when:
Do not use this skill when:
/tmp/remote-repository-research/<repo-name>/ using a shallow clone by default.If the repository is inaccessible or not practically cloneable from the current environment, say so explicitly and continue with a clearly limited, lower-confidence remote-only investigation.
Use these references as needed:
testing
Use when deciding whether to split a coding task into parallel exploration, bounded review fan-out, or single-writer delegated work instead of keeping it in one agent.
testing
Use when a founder has a rough product idea and wants autonomous deep validation, market and competitor research, and an evidence-based MVP decision with minimal back-and-forth.
testing
Write and review Docker Compose files with consistent best practices and conventions (file naming, override strategy, service naming, key ordering, env handling, ports, and healthchecks). Use when creating or standardizing compose.yaml/docker-compose.yml.
documentation
Detect the repo's commit convention (Conventional Commits, Gitmoji, or a custom template) and create commits. Use when asked to commit, write a commit message, stage and commit changes, or commit and push work.