Skip to content

Commit fe11366

Browse files
committed
update agentic engineering skills post
1 parent 26713c1 commit fe11366

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

content/posts/agentic-engineering-skills.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Agentic Engineering Skills"
33
date: 2026-06-05T14:23:23+01:00
44
draft: true
55
---
6+
67
Nondeterministic tools, can be modified, tweaked and used in many different ways, requires making the tools your own, mastering the tool; difficult while models and agent harness itself are still evolving rapidly
78

89
Skills are reusable workflows
@@ -17,16 +18,17 @@ My skill library:
1718
- Sync (git sync + merge conflicts + push)
1819
- Resolve git merge conflicts
1920
- Plan (detailed questions)
21+
- Review plan (critique)
2022
- Brainstorm (pre-planning, conceptual ideation, web search, literature review)
2123
- Code (best practices; principles, naming)
2224
- Write tests (arrange, act, assert; red-green development)
2325
- Write docs (prefer verbs, avoid weasel words)
2426
- Write Jira issue (assign to most relevant epic)
2527
- Debug (systematic debugging, root cause analysis, analyse available info, state hypotheses, instrument, test hypotheses, iteratively rule out possible causes)
2628
- Dev (autonomous brainstorming/critique -> planning/critique -> execution/review cycles, PR submission; ask only when really stuck; using max effort level, cross-agent Claude/Codex review, verification via build/tests/linting)
27-
- Explain (concise, data flow, walk through example)
29+
- Explain (be concise; describe data flow; describe sequence of function calls; walk through simple example; give minimal, reproducible example)
2830

29-
For varying degrees of scope and agent autonomy
31+
For varying degrees of scope and agent autonomy
3032

3133
Skill usage:
3234

@@ -44,4 +46,4 @@ Related resources:
4446
- https://github.com/affaan-m/ECC
4547
- https://github.com/obra/superpowers
4648
- https://github.com/openclaw/openclaw/tree/main/.agents/skills
47-
- https://github.com/hesreallyhim/awesome-claude-code
49+
- https://github.com/hesreallyhim/awesome-claude-code

0 commit comments

Comments
 (0)