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 108 stars 16 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
68
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
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, security, and the professional quality ceiling. Agentic Engineering is the step after vibe coding: speed is useful only if quality does not degrade. Humans keep ownership of taste, judgment, architecture, and risk boundaries; agents execute bounded macro actions with evidence. ## 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. ## Full-Stack Agent Pattern Use the Google I/O '26 wiki update as the new maturity signal: useful agents are moving from chat boxes into full-stack product surfaces. | Surface | Agentic engineering requirement | |---|---| | Developer IDE or CLI | subagents, hooks, async queues, tests, diffs, task state | | Personal agent | user intent, memory boundary, tool allowlist, resumable tasks | | Agentic search | ...

Details

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

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agentic-engineering

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.

0 Updated 2 days ago
goharabbas321
AI & Automation Solid

agentic-engineering

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when AI agents perform most implementation work and humans enforce quality and risk controls.

199,470 Updated yesterday
affaan-m
AI & Automation Listed

agentic-product-architect

Master skill for building production-grade agentic products — software systems where part of the process is dynamically directed by LLMs within deterministic architecture with explicit trust boundaries. Use this skill whenever the user mentions building an agent, agentic product, agentic workflow, AI agent, multi-agent system, agent loop, agent harness, or asks how to design, architect, ship, or harden any system with LLM-driven decision-making. Also use when they reference frameworks like LangGraph, CrewAI, OpenAI Agents SDK, Claude Agent SDK, Pydantic AI, AutoGen, or when they want to add tools, memory, evals, or human-in-the-loop to an LLM system. This is the entry point — it routes to specialized sub-skills for architecture, context engineering, harness, tools/MCP, memory, durable execution, evals, framework choice, production readiness, and antipattern review.

5 Updated today
AlexDuchDev
AI & Automation Listed

ai-engineer

Build production-ready LLM applications, advanced RAG systems, and intelligent agents. Implements vector search, multimodal AI, agent orchestration, and enterprise AI integrations. Use PROACTIVELY for LLM features, chatbots, AI agents, or AI-powered applications.

335 Updated today
aiskillstore
AI & Automation Solid

agent-builder

Design and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about Claude Code, Cursor, or similar agent internals (5) want to build agents for business, research, creative, or operational tasks Keywords: agent, assistant, autonomous, workflow, tool use, multi-step, orchestration

64,021 Updated yesterday
shareAI-lab