Display Claude Code Optimization Framework status and available configurations. Shows all DSL shortcuts, loaded configs, and project detection.
When this skill is invoked, perform the following:
Read C:\.claude\FRAMEWORK-MANIFEST.yaml and display:
Show all available shortcuts in organized tables:
| Shortcut | Description |
|----------|-------------|
| @arch:hybrid | Multi-tier hybrid architecture |
| @arch:mono | Monolithic (5 variants) |
| @arch:ms | Microservices |
| @arch:sls | Serverless |
| Shortcut | Description |
|----------|-------------|
| @agile | Agile/Scrum methodology |
| @devops | DevOps/CI-CD patterns |
| @vmodel | Waterfall/V-Model |
| @kanban | Kanban flow |
| 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 |
| Shortcut | Description |
|----------|-------------|
| @deploy:k8s | Kubernetes / AKS |
| @deploy:docker | Docker Compose |
| @deploy:sls | Serverless |
| @deploy:vm | Virtual Machine |
| 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 |
Scan current directory for:
*.csproj → Suggest @dotnetpackage.json → Suggest @nodepyproject.toml → Suggest @pythonpom.xml/build.gradle → Suggest @javago.mod → Suggest @goDockerfile → Suggest @deploy:dockerk8s/ or helm/ → Suggest @deploy:k8sBased on detection, suggest a combined configuration:
@arch:ms @dotnet @agile @deploy:k8s @test:unit
Simply type /framework to see the full status and recommendations.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer