Agent skill
framework
Display Claude Code Optimization Framework status and available configurations. Shows all DSL shortcuts, loaded configs, and project detection.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/framework-erp-core-dev-eagles-claude-config
SKILL.md
Framework Status Skill
When this skill is invoked, perform the following:
1. Load Framework Manifest
Read C:\.claude\FRAMEWORK-MANIFEST.yaml and display:
- Framework version
- Total configuration files
- Last updated date
2. Display DSL Shortcuts
Show all available shortcuts in organized tables:
Architecture Patterns (@arch:*)
| Shortcut | Description |
|---|---|
@arch:hybrid |
Multi-tier hybrid architecture |
@arch:mono |
Monolithic (5 variants) |
@arch:ms |
Microservices |
@arch:sls |
Serverless |
Workflows
| Shortcut | Description |
|---|---|
@agile |
Agile/Scrum methodology |
@devops |
DevOps/CI-CD patterns |
@vmodel |
Waterfall/V-Model |
@kanban |
Kanban flow |
Technology Stacks
| Shortcut | Description |
|---|---|
@dotnet |
.NET 8 / ASP.NET Core |
@node |
Node.js 20.x / TypeScript |
@python |
Python 3.11+ / FastAPI |
@java |
Java 21 / Spring Boot 3.x |
@go |
Go 1.22+ / Gin |
Deployment Strategies
| Shortcut | Description |
|---|---|
@deploy:k8s |
Kubernetes / AKS |
@deploy:docker |
Docker Compose |
@deploy:sls |
Serverless |
@deploy:vm |
Virtual Machine |
Testing Frameworks
| Shortcut | Description |
|---|---|
@test:unit |
Unit testing |
@test:int |
Integration testing |
@test:e2e |
End-to-end testing |
@test:bdd |
BDD with SpecFlow/Cucumber |
@test:perf |
Performance testing |
3. Auto-Detect Project Type
Scan current directory for:
*.csproj→ Suggest@dotnetpackage.json→ Suggest@nodepyproject.toml→ Suggest@pythonpom.xml/build.gradle→ Suggest@javago.mod→ Suggest@goDockerfile→ Suggest@deploy:dockerk8s/orhelm/→ Suggest@deploy:k8s
4. Show Recommended Configuration
Based on detection, suggest a combined configuration:
@arch:ms @dotnet @agile @deploy:k8s @test:unit
Usage
Simply type /framework to see the full status and recommendations.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?