From tehik-dev-skills
Analyze codebase structure, patterns, and relevant code before making any changes. Use this skill before implementing a feature, fixing a bug, or refactoring — it prevents pattern inconsistencies and missed dependencies. Also trigger when asked to 'understand the code', 'explore the project structure', or 'look at how X works' before doing work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tehik-dev-skills:analyze-codebaseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: understand the existing code before making changes. Do not start changing anything until this step is complete.
Goal: understand the existing code before making changes. Do not start changing anything until this step is complete.
AGENTS.md exists in the project root directoryreferences/agents-template.md (bundled with this skill):
[clarify]
AGENTS.mdis the agent's own working tool — likeREADME.md, it must always exist. The agent updates this file whenever it discovers changes to the project structure.
README.md — what this project is, which technologies it uses, how to run it. If README.md is absent, note it as a gap and proceed with directory exploration..cursor/rules/, CLAUDE.md, .github/copilot-instructions.md) — these contain project conventions the agent must follow.ls or find) — identify main directories and modules.Find and read code related to the given task:
Before starting work, prepare a short summary:
Analysis result:
- Relevant module: [name and location]
- Existing patterns: [which patterns to follow]
- Affected dependencies: [what might break]
- Testing strategy: [how to test the change]
- Blockers/risks: [what might become difficult]
npx claudepluginhub tehik-ee/ai-generic-skills --plugin tehik-dev-skillsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.