George Liu
ddc7911b78
update memory-bank-synchronizer subagent prompt
2025-09-25 19:23:16 +10:00
George Liu
ef3b1b146d
update CLAUDE.md
2025-09-14 16:26:27 +10:00
George Liu
0668dbc021
update readme
2025-08-23 05:57:06 +10:00
George Liu
6a1f2eee51
update readme
2025-08-23 05:45:05 +10:00
George Liu
c8f08728d5
update readme
2025-08-23 05:44:33 +10:00
George Liu
a74cef90f3
update readme
2025-08-23 05:43:30 +10:00
George Liu
6339737f18
update readme
2025-08-23 05:34:44 +10:00
George Liu
edbddf9a6a
update readme
2025-08-23 05:27:48 +10:00
George Liu
5606c1fde1
update settings.local.json
...
- enable thinking by default with MAX_THINKING_TOKENS = 8192. Results in better responses
- remove allowed permission for rm deleting files by default
2025-08-18 21:05:55 +10:00
George Liu
23568a1b94
improve code-searcher subagent
2025-08-15 13:39:59 +10:00
George Liu
1238388646
update README
2025-08-12 02:24:29 +10:00
George Liu
2579a84340
update CLAUDE.md to better use code-searcher subagent where appropriate
2025-08-10 16:38:23 +10:00
George Liu
b8ff2871de
improved CoD support in code-searcher subagent
2025-08-08 06:31:00 +10:00
George Liu
507bfd05f1
improve code-searcher subagent CoD prompt optimization
2025-08-06 21:00:11 +10:00
George Liu
d508bbb060
update readme
2025-08-05 08:44:12 +10:00
George Liu
4dfa2925c6
add Chain of Draft prompting technique to code-searcher subagent to reduce reasoning tokens with minimal loss in context
2025-08-05 08:40:39 +10:00
George Liu
c354239d55
update readme
2025-08-02 06:41:46 +10:00
George Liu
44417b8819
update readme
2025-08-02 06:40:59 +10:00
George Liu
bc01452d7e
update settings.local.json
2025-07-31 09:13:53 +10:00
George Liu
12758826bd
ux-design-expert subagent
2025-07-30 22:27:18 +10:00
George Liu
267210dd70
update
2025-07-30 08:46:46 +10:00
George Liu
d52baf4e6b
update readme
2025-07-29 16:52:15 +10:00
George Liu
96b907f995
add get-current-datetime subagent
2025-07-29 00:09:39 +10:00
George Liu
09c732b9cf
add code-searcher subagent
2025-07-28 18:16:01 +10:00
George Liu
a375701578
update subagent
2025-07-26 01:05:30 +10:00
George Liu
c4d217182e
add subagent memory-bank-synchronizer
2025-07-26 00:58:44 +10:00
George Liu
a1b02a81e4
update readme
2025-07-26 00:58:18 +10:00
George Liu
91478b8d51
update readme
2025-07-25 22:03:49 +10:00
George Liu
23cf731117
Claude Code 1.0.59 doesn't like CLAUDE_CODE_MAX_OUTPUT_TOKENS variable
2025-07-24 10:09:58 +10:00
George Liu (eva2000)
f13164587d
Merge pull request #1 from jhult/patch-1
...
Add MIT license
2025-07-23 14:21:40 +10:00
George Liu
99120e3bb2
update Claude settings
2025-07-21 07:48:15 +10:00
Jonathan Hult
5f9e72a2a1
Add MIT license
2025-07-20 15:07:39 -05:00
George Liu
f1976fc661
update CLAUDE_CODE_MAX_OUTPUT_TOKENS
2025-07-20 07:09:47 +10:00
George Liu
c98f3450f1
update
2025-07-19 07:58:53 +10:00
George Liu
d5b07a46fd
add /secure-prompts command for detecting prompt injection attacks and malicious instructions
2025-07-19 07:49:38 +10:00
George Liu
fa8f78e821
update readme
2025-07-18 12:16:00 +10:00
George Liu
d4325e0f93
update refactor-code slash command prompt
2025-07-17 12:33:12 +10:00
George Liu
aa84d7b587
improve refactor-code slash command prompt
2025-07-16 08:39:16 +10:00
George Liu
7c430adfc4
fix syntax
2025-07-16 04:44:02 +10:00
George Liu
7088f23061
fix hook syntax
2025-07-16 04:39:12 +10:00
George Liu
55da1e2fc4
update refactor-code.md slash command
2025-07-15 06:34:48 +10:00
George Liu
4d2a9b689c
Add /refactor-code command to README slash commands section
...
- Added new /refactor Commands section
- Documented /refactor-code as analysis-only refactoring specialist
- Explains it creates comprehensive refactoring plans without modifying code
- Generates timestamped reports in reports/refactor/ directory
- No usage example included to avoid implying argument support
2025-07-15 06:13:07 +10:00
George Liu
7941e076ec
update ccusage slash command to breakdown model costs further
2025-07-13 22:19:48 +10:00
George Liu
6cbfbbf777
update ccusage daily slash command with -b model usage breakdown
2025-07-13 22:04:55 +10:00
George Liu
5260f7827f
update readme
2025-07-12 21:43:16 +10:00
George Liu
7ea57ece73
update readme
2025-07-09 16:42:17 +10:00
George Liu
be912f1dbb
Add $ARGUMENTS support to promptengineering slash commands
...
- Update convert-to-test-driven-prompt.md to support file input via $ARGUMENTS
- Update batch-operations-prompt.md to support file input via $ARGUMENTS
- Add usage examples showing file path syntax with @ symbol
- Maintain consistency with other slash commands like apply-thinking-to
2025-07-09 00:43:11 +10:00
George Liu
ef3d0564c6
Add six new slash command categories with useful developer tools
...
- Add /documentation category with create-readme-section command
- Add /security category with security-audit and check-best-practices commands
- Add /architecture category with explain-architecture-pattern command
- Add /promptengineering category with convert-to-test-driven-prompt and batch-operations-prompt commands
- Update README.md to document all new slash commands
- Add Bash(mkdir:*) permission to settings.local.json
2025-07-09 00:39:37 +10:00
George Liu
c223d2c27d
move settings files
2025-07-09 00:22:41 +10:00
George Liu
f3eac8ae1f
update
2025-07-08 16:35:45 +10:00