Update README.md
This commit is contained in:
@@ -21,6 +21,26 @@ your best ai assistant with the best practice
|
||||
|
||||
## LESSON LEARNED
|
||||
|
||||
### My Experience
|
||||
|
||||
- **Workflows**
|
||||
- Claude.md should be 100 lines only.
|
||||
- Have feature specific subagents (extra context) with skills (progressive disclosure).
|
||||
- /memory, /rules, constitution.md does not guarentee anything
|
||||
- do manual /compact at max 50%
|
||||
- subtasks should be so small that it can be completed in less than 50% session of context window
|
||||
- always start with plan mode
|
||||
- use human pass gated todo list workflow
|
||||
- vanilla cc is better than 3rd party workflows
|
||||
- **Utilities**
|
||||
- status line, voice hooks
|
||||
- never use dangerously—skip--permissions
|
||||
- **Debugging**
|
||||
- /doctor
|
||||
- always ask claude to run the terminal (you want to see logs of) as a background task for better debugging
|
||||
- use mcp (claude in chrome, playwright, chrome dev tool) to let claude see chrome console logs on its own
|
||||
|
||||
|
||||
### Context Engineering
|
||||
- [Humanlayer - Writing a good Claude.Md](https://www.humanlayer.dev/blog/writing-a-good-claude-md)
|
||||
|
||||
@@ -30,8 +50,11 @@ your best ai assistant with the best practice
|
||||
|
||||
### Workflows
|
||||
- [Ralph plugin with sandbox](https://www.youtube.com/watch?v=eAtvoGlpeRU)
|
||||
- [RPI - Research Plan Implement](https://github.com/humanlayer/advanced-context-engineering-for-coding-agents/blob/main/ace-fca.md)
|
||||
- [Human Layer RPI - Research Plan Implement](https://github.com/humanlayer/advanced-context-engineering-for-coding-agents/blob/main/ace-fca.md)
|
||||
- [AgentOs - 2026 its overkill (Brian Casel)](https://www.youtube.com/watch?v=0hdFJA-ho3c)
|
||||
- [Github Speckit](https://github.com/github/spec-kit)
|
||||
- [GSD - Get Shit Done](https://github.com/glittercowboy/get-shit-done)
|
||||
- [OpenSpec OPSX](https://github.com/Fission-AI/OpenSpec/blob/main/docs/opsx.md)
|
||||
|
||||
## LIBRARIES
|
||||
|
||||
@@ -40,13 +63,22 @@ your best ai assistant with the best practice
|
||||
|
||||
## KEYWORDS
|
||||
|
||||
### Claude Keywords
|
||||
- [btw] start prompt with btw to let the current task executing in background
|
||||
- [claude --dangerously-skip-permissions] "defaultMode": "bypassPermissions"
|
||||
- *deprecated** [ultrathink] Triggers extended thinking with up to ~32K thinking tokens for a single request.
|
||||
|
||||
### Community
|
||||
- Vibe Coding
|
||||
- Context Engineering
|
||||
- Context Rot
|
||||
- Dumb Zone
|
||||
|
||||
|
||||
## CLAUDE CODE FEATURES INSPIRATION
|
||||
|
||||
- [Claude Code Tasks - inspired by beats](https://www.reddit.com/r/ClaudeAI/comments/1qkjznp/anthropic_replaced_claude_codes_old_todos_with/) [Inspiration](https://github.com/steveyegge/beads)
|
||||
- [Ralph Plugin](https://x.com/GeoffreyHuntley/status/2015031262692753449)
|
||||
|
||||
## DOCS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user