agentic-engineering

Solid

Design or refactor agent skills, workflows, and operating loops for model-native Agentic Engineering. Use when making skills more autonomous, concise, verifiable, long-horizon capable, token-efficient, and lower-friction for human-LLM collaboration.

AI & Automation 101 stars 15 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
67
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agentic Engineering Refactor a skill or workflow so the model can execute more work with less human steering, while preserving verification, provenance, and control of high-risk actions. ## Agent Understanding Model Use the Karpathy-style LLM OS mapping as the design baseline: | OS concept | Agent workflow meaning | |---|---| | LLM = CPU | The model runs the next reasoning/action loop. | | Context = RAM | Load only the state needed for the next step. | | Wiki/logs = Disk | Durable knowledge lives outside chat memory. | | Tools = System calls | Actions must have contracts, permissions, and evidence. | | Loop = Scheduler | Plan -> Act -> Observe -> Iterate controls work. | The agent is a process with state, tools, permissions, and write-back duties. Do not design skills as advice pages; design them as executable control loops. ## Usage Template **Prompt** ```text Use agentic-engineering to revise this skill/workflow. Make it model-native, concise, autonomous, verifiable, and long-horizon capable. ``` **Use Case** - Improving an existing skill, SOP, command, agent workflow, or multi-agent plan. **Expected Result** - A compact agentic workflow with clear defaults, state checkpoints, verification gates, and escalation rules. **Output Example** - A revised `SKILL.md` with model assumptions, autonomous execution loop, quality gates, and anti-patterns. **Verification Case** - A fresh agent can run the workflow without repeated clarification and can prove completion with ...

Details

Author
Mark393295827
Repository
Mark393295827/third-brain-v5-skills
Created
3 weeks ago
Last Updated
yesterday
Language
HTML
License
MIT

Related Skills