Update README.md

This commit is contained in:
Shayan Rais
2026-01-27 12:29:24 +05:00
committed by GitHub
parent f6a7d34638
commit 8761c4ad82
+9 -5
View File
@@ -23,7 +23,7 @@ your best ai assistant with the best practice
### My Experience ### My Experience
- **Workflows** **Workflows**
- Claude.md should be 100 lines only. - Claude.md should be 100 lines only.
- Have feature specific subagents (extra context) with skills (progressive disclosure). - Have feature specific subagents (extra context) with skills (progressive disclosure).
- /memory, /rules, constitution.md does not guarentee anything - /memory, /rules, constitution.md does not guarentee anything
@@ -32,10 +32,13 @@ your best ai assistant with the best practice
- always start with plan mode - always start with plan mode
- use human pass gated todo list workflow - use human pass gated todo list workflow
- vanilla cc is better than 3rd party workflows - vanilla cc is better than 3rd party workflows
- **Utilities** **Utilities**
- status line, voice hooks - wispr-flow for voice prompting (10x productivity)
- never use dangerously—skip--permissions - voice hooks for claude feedback
- **Debugging** - status line for glancing compact
- use git worktress
- use /config dont ask permission mode instead of dangerously—skip--permissions
**Debugging**
- /doctor - /doctor
- always ask claude to run the terminal (you want to see logs of) as a background task for better debugging - 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 - use mcp (claude in chrome, playwright, chrome dev tool) to let claude see chrome console logs on its own
@@ -55,6 +58,7 @@ your best ai assistant with the best practice
- [Github Speckit](https://github.com/github/spec-kit) - [Github Speckit](https://github.com/github/spec-kit)
- [GSD - Get Shit Done](https://github.com/glittercowboy/get-shit-done) - [GSD - Get Shit Done](https://github.com/glittercowboy/get-shit-done)
- [OpenSpec OPSX](https://github.com/Fission-AI/OpenSpec/blob/main/docs/opsx.md) - [OpenSpec OPSX](https://github.com/Fission-AI/OpenSpec/blob/main/docs/opsx.md)
- [Superpower](https://github.com/obra/superpowers)
## LIBRARIES ## LIBRARIES