Agent Project Discovery Skill — AI skill for Claude Code
Universal startup and context discovery skill for AI coding agents (Claude Code, Antigravity, Cursor, Codex, Copilot).
How to install Agent Project Discovery Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open tmolavi/agent-project-discovery-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent Project Discovery Skill does
Universal startup and context discovery skill for AI coding agents (Claude Code, Antigravity, Cursor, Codex, Copilot).
Alternatives in AI
- CLI Continues — resume any AI coding session in another tool — Claude Code, Copilot, Gemini, Codex, Cursor 1.5k ★
- Codesight — Universal AI context generator 979 ★
- Skills Manager — A lightweight desktop app to manage, sync, and organize AI agent skills across 15+ coding tools — Cursor, Clau 813 ★
README
agent-project-discovery-skill 🧭
[](https://opensource.org/licenses/MIT) [](https://github.com/tmolavi/agent-project-discovery-skill/releases) [](https://github.com/tmolavi/agent-project-discovery-skill/pulls) [](#supported-ai-agents)
**"An AI agent should understand before it changes."**
🌍 Translations
[English](README.md) | [فارسی](README.fa.md) | [Türkçe](README.tr.md) | [Azərbaycanca](README.az.md) | [العربية](README.ar.md)
A universal, production-grade startup skill for AI coding agents. It prevents AI agents from jumping blindly into edits, clobbering existing architectures, asking redundant questions, or rewriting working code by teaching them to act like seasoned senior engineers onboarding onto an established codebase.
🎯 Why This Skill Exists
Today's AI coding assistants are capable, but their default initialization behavior often suffers from critical failure modes:
| ❌ Default Agent Pitfall | ✅ With agent-project-discovery-skill |
|---|---|
| Eager Editing: Jumps straight into editing random files without knowing the tech stack or monorepo boundaries. | Structured Discovery: Explores repository structure, dependencies, configs, test setups, and documentation first. |
| Frivolous Questions: Interrupts developers asking "Where is X?" or "What should I do?" | Search First, Ask Later: Resolves questions autonomously via codebase grep, docs, and git history. |
| Clobbering Diffs: Overwrites uncommitted work or ignores ongoing work in the working tree. | Git Awareness: Inspects git status, current branch, recent commits, and protects existing user |
Related Skills
RelayBrain
Coordination and context layer for AI coding agents. Shared file locks, live patch sync, and portable project
Aria Knowledge
Applied reasoning, persistent agent memory, context engineering, and human-governed trust for AI coding agents
AI Toolkit
Professional-grade AI coding toolkit: 94 skills, 44 agents, multi-platform (Claude, Cursor, Windsurf, Copilot,
Nexus Hub
Enterprise-grade skill harness for AI coding assistants -- the upstream catalog for the Nexus desktop app and
Agent Fleet
Self-hosted web console for running AI coding agents (Claude Code, Codex, Copilot, Antigravity, Cursor, Kiro,
Orchy
Runtime-agnostic multi-agent orchestration skill for AI coding agents (Claude Code, Antigravity, Cursor, Codex
Related Agents
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode
Sync Coordinator
Use this agent to synchronize instruction files between Claude Code and GitHub Copilot platforms, plus create
Security Sentinel
Deep security review focused on OWASP Top 10, injection, auth/authz, data exposure, and dependency vulnerabili