project-dev-context
A Claude adapter to help you reference, update, and manage project context documentation.
Install
mkdir -p .claude/skills/project-dev-context && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11965" && unzip -o skill.zip -d .claude/skills/project-dev-context && rm skill.zipInstalls to .claude/skills/project-dev-context
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Claude adapter for the canonical EmbodiChain project-dev-context skill.Key capabilities
- →Reference project development documentation
- →Refresh project context information
- →Update existing project context
- →Write new project context entries
- →Register new project context topics
How it works
The skill acts as an adapter, routing requests related to project development context to the canonical EmbodiChain skill and resolving topics through `agent_context/MAP.yaml`.
Inputs & outputs
When to use project-dev-context
- →Refreshing project documentation
- →Registering new project context
- →Updating project development guidelines
About this skill
Project Dev Context - Claude Adapter
Canonical source: .agents/skills/project-dev-context/
When to use
- reference project development docs
- reference project context
- refresh project context
- update project context
- write project context
- register a new project context topic
- 参考项目开发文档
- 参考项目上下文
- 刷新项目上下文
- 更新项目上下文
- 写项目上下文
Start here
- Use this adapter when the request asks to reference, refresh, write, or register project development context.
- Then follow
.agents/skills/project-dev-context/SKILL.md. - Resolve topics through
agent_context/MAP.yaml.
Update contract
Keep this file thin. If canonical routing behavior changes, update the canonical skill first, then only adjust this adapter if Claude needs a different local entry hint.
When not to use it
- →When the request is not related to referencing, refreshing, writing, or registering project development context
- →When the canonical routing behavior changes without updating the canonical skill first
- →When Claude needs a different local entry hint without adjusting this adapter
Limitations
- →It is a Claude adapter for the canonical EmbodiChain skill.
- →It relies on the canonical skill for core functionality.
- →It resolves topics through `agent_context/MAP.yaml`.
How it compares
This skill provides a standardized interface for managing project development context, ensuring consistent access and updates, unlike directly accessing various project documentation sources.
Compared to similar skills
project-dev-context side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| project-dev-context (this skill) | 0 | 1mo | No flags | Beginner |
| skill-development | 17 | 8mo | Review | Intermediate |
| skill-writer | 27 | 9mo | Review | Beginner |
| microsoft-skill-creator | 6 | 4mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by DexForce
View all by DexForce →You might also like
skill-development
anthropics
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
skill-writer
pytorch
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.
microsoft-skill-creator
MicrosoftDocs
Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technology, library, framework, or service (Azure, .NET, M365, VS Code, Bicep, etc.). Investigates topics deeply, then generates a hybrid skill storing essential knowledge locally while enabling dynamic deeper investigation.
cartographer
kingbootoshi
Maps and documents codebases of any size by orchestrating parallel subagents. Creates docs/CODEBASE_MAP.md with architecture, file purposes, dependencies, and navigation guides. Updates CLAUDE.md with a summary. Use when user says "map this codebase", "cartographer", "/cartographer", "create codebase map", "document the architecture", "understand this codebase", or when onboarding to a new project. Automatically detects if map exists and updates only changed sections.
creating-skills
letta-ai
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Letta Code's capabilities with specialized knowledge, workflows, or tool integrations.
add-pattern
langroid
Use this skill when you learn one or more design pattern(s) in the Langroid (multi) agent framework, and want to make a note for future reference for yourself. Use this either autonomously, or when asked by the user to record a new pattern.