framework

Display Claude Code Optimization Framework status and available configurations. Shows all DSL shortcuts, loaded configs, and project detection.

16 stars

Best use case

framework is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Display Claude Code Optimization Framework status and available configurations. Shows all DSL shortcuts, loaded configs, and project detection.

Teams using framework should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/framework/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/framework/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/framework/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How framework Compares

Feature / AgentframeworkStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Display Claude Code Optimization Framework status and available configurations. Shows all DSL shortcuts, loaded configs, and project detection.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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 `@dotnet`
- `package.json` → Suggest `@node`
- `pyproject.toml` → Suggest `@python`
- `pom.xml`/`build.gradle` → Suggest `@java`
- `go.mod` → Suggest `@go`
- `Dockerfile` → Suggest `@deploy:docker`
- `k8s/` or `helm/` → 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.

Related Skills

framework-to-capacitor

16
from diegosouzapw/awesome-omni-skill

Guide for integrating modern web frameworks with Capacitor. Covers Next.js static export, React, Vue, Angular, Svelte, and others. Use this skill when converting framework apps to mobile apps with Capacitor.

framework-migration-legacy-modernize

16
from diegosouzapw/awesome-omni-skill

Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations through ex

framework-learning

16
from diegosouzapw/awesome-omni-skill

Learn and answer questions from any framework documentstion website quickly and accurately. Crawls a docs site from a seed URL, builds a lightweight URL index (titles/headings/snippets), BM25-ranks pages for a user's question, then fetehces and converts only the top-k pages to clean markdown for grounded answers with source links. Use when a user shares a docs URL and asks "how do I..", "where is..", "explain..", "OAuth/auth", "errors", "configuration" or "API usage"

framework-expert

16
from diegosouzapw/awesome-omni-skill

Unified framework expertise bundle. Lazy-loads relevant framework patterns (React, Vue, Angular, Next.js, Node.js, Python, Laravel, Go, Flutter, Godot) based on detected tech stack.

framework-consciousness

16
from diegosouzapw/awesome-omni-skill

Meta-orchestration skill for holistic TNF system understanding and coordinated capability use.

expo-framework-rule

16
from diegosouzapw/awesome-omni-skill

Expo Framework-specific guidelines. Includes best practices for Views, Blueprints, and Extensions.

errantry-framework

16
from diegosouzapw/awesome-omni-skill

Mythological framework mapping Diane Duane's Young Wizards magic system to AI architecture patterns. Use when designing agent workflows or multi-agent systems, explaining AI concepts through accessible metaphor, debugging agent behavior ("what went wrong in the spell"), establishing alignment principles for new projects, or framing constraints for autonomous systems. Provides shared vocabulary, ethical guardrails as binding commitments, and heuristics for recognizing entropic patterns (drift, collapse, misalignment).

dotnet-framework

16
from diegosouzapw/awesome-omni-skill

Guidance for working with .NET Framework projects. Includes project structure, C# language version, NuGet management, and best practices. Triggers on: **/*.csproj, **/*.cs

dotnet-framework-4-8-expert

16
from diegosouzapw/awesome-omni-skill

Expert .NET Framework 4.8 specialist mastering legacy enterprise applications. Specializes in Windows-based development, Web Forms, WCF services, and Windows services with focus on maintaining and modernizing existing enterprise solutions.

Django Framework

16
from diegosouzapw/awesome-omni-skill

Build production-ready web applications with Django MVC, ORM, authentication, and REST APIs

code-surgeon-framework-detector

16
from diegosouzapw/awesome-omni-skill

Use when analyzing a repository to detect primary framework, language, versions, and monorepo status for code-surgeon planning

axum-web-framework

16
from diegosouzapw/awesome-omni-skill

Complete guide for Axum web framework including routing, extractors, middleware, state management, error handling, and production deployment