fullymiddleaged/Clawness

Claude Code & OpenClaw plugin, with a context-aware rules engine that injects only the rules each prompt needs. Codebase-aware, ~2ms lookup, pure Python. 222 rules / 30 domains for full-stack and scientific work. Includes a deterministic security audit, automatic session handoffs, ranked project memory, context usage alerts, and review agents.

3Stars on the repository
24Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add

01

fullymiddleaged/Clawness

Skill Claude CodeCodex

Create a new Clawness rule from a natural language description. Describe what you want enforced and this will generate the YAML rule file with proper tags, triggers, and examples.

3 3d ago A 37 tokens original MIT

audit-rules

02

fullymiddleaged/Clawness

Skill Claude CodeCodex

Review one domain of the Clawness rule corpus for correctness against current official documentation, then record what was established as a version stamp (appliesto / verified / sources) on each rule individually. For maintainers and fork maintainers. Reports verdicts and writes stamps; never rewrites rule text.

3 3d ago A 65 tokens original MIT

bootstrap

03

fullymiddleaged/Clawness

Skill Claude CodeCodex

Author a starter set of Clawness rules for a project whose stack Clawness ships no corpus for (Ruby, PHP, Elixir, Haskell, C#, Swift, Dart, Scala, Clojure, ...). Researches the stack's current conventions from official documentation, drafts a small set of project rules into .clawness/rules/, lint-validates them, and…

3 3d ago A 110 tokens original MIT

claude-md

04

fullymiddleaged/Clawness

Skill Claude CodeCodex

Shrink an oversized CLAUDE.md. Measures what the project's always-loaded instructions cost per turn, then works through it section by section — cutting what the codebase already says, moving path-specific guidance to .claude/rules/ and prompt-specific conventions to .clawness/rules/, and leaving load-bearing "don't…

3 3d ago A 91 tokens original MIT

eval-set

05

fullymiddleaged/Clawness

Skill Claude CodeCodex

Build and run a project-specific retrieval eval so changes to your rules or base prompt are scored, not eyeballed. Mirrors tests/groundtruth.json + clawness eval: you write prompt→expected-rule cases, then measure MRR@k and hit-rate before and after an edit. Run it after trimming a base prompt into ranked retrieval…

3 3d ago A 98 tokens original MIT

openclaw-audit

06

fullymiddleaged/Clawness

Skill Claude CodeCodex

Trim an OpenClaw workspace's base system prompt. Measures what the always-injected workspace files (SOUL.md, AGENTS.md, IDENTITY.md, USER.md, MEMORY.md) cost per turn, then works through them section by section — cutting what the tools or codebase already say, moving durable conventions to Clawness ranked retrieval…

3 3d ago A 121 tokens original MIT

perf

07

fullymiddleaged/Clawness

Skill Claude CodeCodex

Run a performance audit on the project or a specific module. Checks for N+1 queries, unnecessary re-renders, memory leaks, bundle size issues, and slow algorithms.

3 3d ago A 37 tokens original MIT

refresh

08

fullymiddleaged/Clawness

Skill Claude CodeCodex

Bring this project's Clawness rules up to date with the framework version it actually runs. Establishes what is installed and what the codebase uses, looks up what changed since the rules were verified, and writes version-corrected overrides into .clawness/rules/ — reporting the list and stopping for approval before…

3 3d ago A 88 tokens original MIT

review

09

fullymiddleaged/Clawness

Skill Claude CodeCodex

Run an adversarial code review on staged changes or a specific file. Spawns the code-critic agent to find bugs, performance issues, and missed edge cases. Use before merging PRs or committing.

3 3d ago A 43 tokens original MIT

security-audit

10

fullymiddleaged/Clawness

Skill Claude CodeCodex

Run a stateful red team / blue team security audit on the current project or a specific module. First enumerates the attack surface deterministically with clawness scan (zero LLM tokens, identical every run) and accumulates verdicts in a findings ledger, so each pass adjudicates only what is NEW instead of re-scanning…

3 3d ago A 142 tokens original MIT

status

11

fullymiddleaged/Clawness

Skill Claude CodeCodex

Show the current Clawness configuration: which rules are loaded, which agents are available, and how the hook is configured. Use to understand what rules Claude is seeing for this project.

3 3d ago A 39 tokens original MIT

test

12

fullymiddleaged/Clawness

Skill Claude CodeCodex

Generate comprehensive tests for a file or module. Reads existing test patterns and matches the project's style. Covers happy paths, edge cases, error conditions, and boundary values.

3 3d ago A 35 tokens original MIT

user-docs

13

fullymiddleaged/Clawness

Skill Claude CodeCodex

Write user documentation for a project by scanning its codebase — its UI screens and its public API/CLI — inferring what someone can actually do with it, and drafting brief, task-oriented docs to the Diátaxis standard (tutorial / how-to / reference / explanation). Handles both non-technical end-user docs and developer…

3 3d ago A 119 tokens original MIT