RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/CLAUDE.md/sickn33/agentic-awesome-skills

CLAUDE.md

plugins/agentic-awesome-skills-claude/skills/loki-mode/CLAUDE.md
CLAUDE.md

Quality

77/100

Scores the file, not the repository.

Length

500 words

19 headings · 3 code blocks

Repository

44k

— · pushed 1 days ago

Last changed

3 days ago

First indexed 3 days ago.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/loki-mode/CLAUDE.mdRawGitHub
1# Loki Mode - Claude Code Skill
2 
3Multi-agent autonomous startup system for Claude Code. Takes PRD to fully deployed, revenue-generating product with zero human intervention.
4 
5## Quick Start
6 
7```bash
8# Launch Claude Code with autonomous permissions
9claude
10 
11# Then invoke:
12# "Loki Mode" or "Loki Mode with PRD at path/to/prd"
13```
14 
15## Project Structure
16 
17```
18SKILL.md # Main skill definition (read this first)
19references/ # Detailed documentation (loaded progressively)
20 openai-patterns.md # OpenAI Agents SDK: guardrails, tripwires, handoffs
21 lab-research-patterns.md # DeepMind + Anthropic: Constitutional AI, debate
22 production-patterns.md # HN 2025: What actually works in production
23 advanced-patterns.md # 2025 research patterns (MAR, Iter-VF, GoalAct)
24 tool-orchestration.md # ToolOrchestra-inspired efficiency & rewards
25 memory-system.md # Episodic/semantic memory architecture
26 quality-control.md # Code review, anti-sycophancy, guardrails
27 agent-types.md # 37 specialized agent definitions
28 sdlc-phases.md # Full SDLC workflow
29 task-queue.md # Queue system, circuit breakers
30 spec-driven-dev.md # OpenAPI-first development
31 architecture.md # Directory structure, state schemas
32 core-workflow.md # RARV cycle, autonomy rules
33 claude-best-practices.md # Boris Cherny patterns
34 deployment.md # Cloud deployment instructions
35 business-ops.md # Business operation workflows
36 mcp-integration.md # MCP server capabilities
37autonomy/ # Runtime state and constitution
38benchmarks/ # SWE-bench and HumanEval benchmarks
39```
40 
41## Key Concepts
42 
43### RARV Cycle
44Every iteration follows: **R**eason -> **A**ct -> **R**eflect -> **V**erify
45 
46### Model Selection
47- **Opus**: Planning and architecture ONLY (system design, high-level decisions)
48- **Sonnet**: Development and functional testing (implementation, integration tests)
49- **Haiku**: Unit tests, monitoring, and simple tasks - use extensively for parallelization
50 
51### Quality Gates
521. Static analysis (CodeQL, ESLint)
532. 3-reviewer parallel system (blind review)
543. Anti-sycophancy checks (devil's advocate on unanimous approval)
554. Severity-based blocking (Critical/High/Medium = BLOCK)
565. Test coverage gates (>80% unit, 100% pass)
57 
58### Memory System
59- **Episodic**: Specific interaction traces (`.loki/memory/episodic/`)
60- **Semantic**: Generalized patterns (`.loki/memory/semantic/`)
61- **Procedural**: Learned skills (`.loki/memory/skills/`)
62 
63### Metrics System (ToolOrchestra-inspired)
64- **Efficiency**: Task cost tracking (`.loki/metrics/efficiency/`)
65- **Rewards**: Outcome/efficiency/preference signals (`.loki/metrics/rewards/`)
66 
67## Development Guidelines
68 
69### When Modifying SKILL.md
70- Keep under 500 lines (currently ~370)
71- Reference detailed docs in `references/` instead of inlining
72- Update version in header AND footer
73- Update CHANGELOG.md with new version entry
74 
75### Version Numbering
76Follows semantic versioning: MAJOR.MINOR.PATCH
77- Current: v2.35.0
78- MINOR bump for new features
79- PATCH bump for fixes
80 
81### Code Style
82- No emojis in code or documentation
83- Clear, concise comments only when necessary
84- Follow existing patterns in codebase
85 
86## Testing
87 
88```bash
89# Run benchmarks
90./benchmarks/run-benchmarks.sh humaneval --execute --loki
91./benchmarks/run-benchmarks.sh swebench --execute --loki
92```
93 
94## Research Foundation
95 
96Built on 2025 research from three major AI labs:
97 
98**OpenAI:**
99- Agents SDK (guardrails, tripwires, handoffs, tracing)
100- AGENTS.md / Agentic AI Foundation (AAIF) standards
101 
102**Google DeepMind:**
103- SIMA 2 (self-improvement, hierarchical reasoning)
104- Gemini Robotics (VLA models, planning)
105- Dreamer 4 (world model training)
106- Scalable Oversight via Debate
107 
108**Anthropic:**
109- Constitutional AI (principles-based self-critique)
110- Alignment Faking Detection (sleeper agent probes)
111- Claude Code Best Practices (Explore-Plan-Code)
112 
113**Academic:**
114- CONSENSAGENT (anti-sycophancy)
115- GoalAct (hierarchical planning)
116- A-Mem/MIRIX (memory systems)
117- Multi-Agent Reflexion (MAR)
118- NVIDIA ToolOrchestra (efficiency metrics)
119 
120See `references/openai-patterns.md`, `references/lab-research-patterns.md`, and `references/advanced-patterns.md`.
121 

Commands it names

  • task-queue.md

Sections

  • Loki Mode - Claude Code Skill
  • Quick Start
  • Launch Claude Code with autonomous permissions
  • Then invoke:
  • "Loki Mode" or "Loki Mode with PRD at path/to/prd"
  • Project Structure
  • Key Concepts
  • RARV Cycle
  • Model Selection
  • Quality Gates
  • Memory System
  • Metrics System (ToolOrchestra-inspired)
  • Development Guidelines
  • When Modifying SKILL.md
  • Version Numbering
  • Code Style
  • Testing
  • Run benchmarks
  • Research Foundation

What it covers

testlint-formatcode-stylearchitecturetesting-strategysecurityperformancedeploymentagent-behaviour

Stack — with the evidence

python

(0.80)

node

(0.70)

react

(0.70)

fastapi

(0.70)

supabase

(0.70)

tailwind

(0.70)

vite

(0.70)

vitest

(0.70)

eslint

(0.70)

typescript

(0.60)

javascript

(0.60)

github-actions

(0.60)

Format

CLAUDE.md

Claude Code's memory file. Shaped like AGENTS.md but with two things it lacks: @path imports, so shared rules live in one place, and a user-scope layer that follows the developer across repos rather than shipping with the code.

What the corpus says about it

Repository

Owner
sickn33
Language
—
License
—
Archived
no

All configs in this repo

Also in sickn33/agentic-awesome-skills

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
sickn33/agentic-awesome-skillsAGENTS.md · 44kAGENTS.mdnodepython+10buildteststylearch+390/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills-claude/skills/dbos-golang/AGENTS.md · 44kAGENTS.mdpythonnode+10arch54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills-claude/skills/dbos-golang/CLAUDE.md · 44kCLAUDE.mdpythonnode+10arch54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills-claude/skills/dbos-python/AGENTS.md · 44kAGENTS.mdpythonnode+10arch54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills-claude/skills/dbos-python/CLAUDE.md · 44kCLAUDE.mdpythonnode+10arch54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills-claude/skills/dbos-typescript/AGENTS.md · 44kAGENTS.mdpythonnode+10archtypes54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills-claude/skills/dbos-typescript/CLAUDE.md · 44kCLAUDE.mdpythonnode+10archtypes54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills-claude/skills/react-best-practices/AGENTS.md · 44kAGENTS.mdnodepython+10buildlint-formatstyledependencies+461/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills/skills/dbos-golang/AGENTS.md · 44kAGENTS.mdpythonnode+10arch54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills/skills/dbos-golang/CLAUDE.md · 44kCLAUDE.mdpythonnode+10arch54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills/skills/dbos-python/AGENTS.md · 44kAGENTS.mdpythonnode+10arch54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills/skills/dbos-python/CLAUDE.md · 44kCLAUDE.mdpythonnode+10arch54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills/skills/dbos-typescript/AGENTS.md · 44kAGENTS.mdpythonnode+10archtypes54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills/skills/dbos-typescript/CLAUDE.md · 44kCLAUDE.mdpythonnode+10archtypes54/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills/skills/postgres-best-practices/AGENTS.md · 44kAGENTS.mdnodepython+10styletypessecuritydatabase+345/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-awesome-skills/skills/react-best-practices/AGENTS.md · 44kAGENTS.mdnodepython+10buildlint-formatstyledependencies+461/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-bundle-aas-data-analytics/skills/postgres-best-practices/AGENTS.md · 44kAGENTS.mdnodepython+10styletypessecuritydatabase+345/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-bundle-aas-data-engineering-platform/skills/postgres-best-practices/AGENTS.md · 44kAGENTS.mdnodepython+10styletypessecuritydatabase+345/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-bundle-aas-web-app-builder/skills/react-best-practices/AGENTS.md · 44kAGENTS.mdnodepython+10buildlint-formatstyledependencies+461/1003 days ago
sickn33/agentic-awesome-skillsplugins/agentic-bundle-data-analytics/skills/postgres-best-practices/AGENTS.md · 44kAGENTS.mdnodepython+10styletypessecuritydatabase+345/1003 days ago
Diff against AGENTS.md Diff against plugins/agentic-awesome-skills-claude/skills/dbos-golang/AGENTS.md Diff against plugins/agentic-awesome-skills-claude/skills/dbos-golang/CLAUDE.md Diff against plugins/agentic-awesome-skills-claude/skills/dbos-python/AGENTS.md Diff against plugins/agentic-awesome-skills-claude/skills/dbos-python/CLAUDE.md Diff against plugins/agentic-awesome-skills-claude/skills/dbos-typescript/AGENTS.md Diff against plugins/agentic-awesome-skills-claude/skills/dbos-typescript/CLAUDE.md Diff against plugins/agentic-awesome-skills-claude/skills/react-best-practices/AGENTS.md Diff against plugins/agentic-awesome-skills/skills/dbos-golang/AGENTS.md Diff against plugins/agentic-awesome-skills/skills/dbos-golang/CLAUDE.md Diff against plugins/agentic-awesome-skills/skills/dbos-python/AGENTS.md Diff against plugins/agentic-awesome-skills/skills/dbos-python/CLAUDE.md Diff against plugins/agentic-awesome-skills/skills/dbos-typescript/AGENTS.md Diff against plugins/agentic-awesome-skills/skills/dbos-typescript/CLAUDE.md Diff against plugins/agentic-awesome-skills/skills/postgres-best-practices/AGENTS.md Diff against plugins/agentic-awesome-skills/skills/react-best-practices/AGENTS.md Diff against plugins/agentic-bundle-aas-data-analytics/skills/postgres-best-practices/AGENTS.md Diff against plugins/agentic-bundle-aas-data-engineering-platform/skills/postgres-best-practices/AGENTS.md Diff against plugins/agentic-bundle-aas-web-app-builder/skills/react-best-practices/AGENTS.md Diff against plugins/agentic-bundle-data-analytics/skills/postgres-best-practices/AGENTS.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
Adit-Jain-srm/NightmareNetCLAUDE.md · 45CLAUDE.mdtypescriptpython+18buildtestlint-formatstyle+6100/1003 days ago
bagisto/bagistoCLAUDE.md · 28kCLAUDE.mdphplaravel+8setupbuildteststyle+5100/1003 days ago
nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4kCLAUDE.mdtypescriptnode+16setupbuildstylearch+2100/1003 days ago
dotCMS/corecore-web/CLAUDE.md · 949CLAUDE.mdjavanode+13teststylearchtesting-strategy+3100/1003 days ago
microsoft/playwrightCLAUDE.md · 94kCLAUDE.mdtypescriptjavascript+10buildtestlint-formatstyle+7100/1003 days ago
filamentphp/filamentCLAUDE.md · 32kCLAUDE.mdphplaravel+5buildtestlint-formatstyle+7100/1003 days ago
dotCMS/coreCLAUDE.md · 949CLAUDE.mdjavanode+9setupbuildteststyle+799/100today
khrnchn/sedekah-jeCLAUDE.md · 89CLAUDE.mdtypescriptnextjs+12testlint-formatstylearch+697/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack