Affaan Mustafa
8a3651588a
feat: restore review and planning bundles
2026-04-05 17:51:56 -07:00
Affaan Mustafa
56bd57c543
feat: restore hookify command bundle
2026-04-05 17:50:31 -07:00
Affaan Mustafa
ff303d71b6
feat: salvage frontend-design from hermes branch
2026-04-05 17:48:46 -07:00
Affaan Mustafa
a1e37d7c0d
feat: add agent-sort selective install workflow
2026-04-05 17:36:37 -07:00
Affaan Mustafa
4d759f91da
docs: add Hermes to ECC migration guide
2026-04-05 17:18:54 -07:00
Affaan Mustafa
57e2435b4f
docs: remove orphaned template translations
2026-04-05 17:16:18 -07:00
Affaan Mustafa
05d836387e
feat: add product capability planning lane
2026-04-05 16:58:02 -07:00
Affaan Mustafa
9d7531706d
feat: add connector and dashboard builder skills
2026-04-05 16:47:33 -07:00
Affaan Mustafa
ece14da5cd
feat: add ECC-native operator workflow skills
2026-04-05 16:31:26 -07:00
Affaan Mustafa
eb39a0ea57
feat: add security bounty hunting skill
2026-04-05 16:13:53 -07:00
Affaan Mustafa
50ebf1605a
feat: add blockchain security skill bundle
2026-04-05 16:12:42 -07:00
Affaan Mustafa
8fe97d1675
feat: add HIPAA entrypoint skill
2026-04-05 16:10:05 -07:00
Affaan Mustafa
31afed5b5d
feat: add SEO audit support
2026-04-05 15:46:01 -07:00
Affaan Mustafa
da813d48a0
feat: add code tour workflow
2026-04-05 15:42:58 -07:00
Affaan Mustafa
cba43546fd
feat: add unified notifications ops
2026-04-05 15:33:26 -07:00
Affaan Mustafa
989ed60994
docs: refresh localized README switchers
2026-04-05 15:31:07 -07:00
Affaan Mustafa
753da37743
feat: add council decision workflow
2026-04-05 15:27:54 -07:00
Affaan Mustafa
a77c8c3f85
feat: add ecc tools cost audit workflow
2026-04-05 15:19:56 -07:00
Affaan Mustafa
0f4f95b3de
refactor: move project guidelines example into docs
2026-04-05 15:03:59 -07:00
Affaan Mustafa
dbdbcef58f
docs: resolve markdownlint errors across translated docs
2026-04-05 14:41:27 -07:00
Affaan Mustafa
0aad18a830
docs: add manual adaptation guide for non-native harnesses
2026-04-05 14:39:55 -07:00
Affaan Mustafa
1346f83b08
fix: shorten plugin slug to ecc
2026-04-05 14:31:30 -07:00
Affaan Mustafa
6eba30f02b
feat: restore reusable ops skills from hermes branch
2026-04-05 13:30:55 -07:00
Affaan Mustafa
846ffb75da
chore: ship v1.10.0 release surface refresh
2026-04-05 13:20:18 -07:00
Affaan Mustafa
5df943ed2b
feat: add nestjs development patterns
2026-04-02 18:27:51 -07:00
Affaan Mustafa
be0c56957b
feat: add jira integration workflow
2026-04-02 17:51:03 -07:00
Affaan Mustafa
badccc3db9
feat: add C# and Dart language support
2026-04-02 17:48:43 -07:00
Affaan Mustafa
bf3fd69d2c
refactor: extract social graph ranking core
2026-04-02 02:51:24 -07:00
Affaan Mustafa
31525854b5
feat(skills): add brand voice and network ops lanes
2026-04-01 19:41:03 -07:00
Affaan Mustafa
1abeff9be7
feat: add connected operator workflow skills
2026-04-01 02:37:42 -07:00
Affaan Mustafa
975100db55
refactor: collapse legacy command bodies into skills
2026-04-01 02:25:42 -07:00
Affaan Mustafa
e1bc08fa6e
fix: harden install planning and sync tracked catalogs
2026-03-31 22:57:48 -07:00
Affaan Mustafa
b41b2cb554
docs: add Claude Code troubleshooting workarounds
2026-03-31 15:15:09 -07:00
Affaan Mustafa
866d9ebb53
fix: harden unicode safety checks
2026-03-29 21:21:18 -04:00
Affaan Mustafa
fc1ea4fbea
Merge pull request #818 from 694344851/docs/zh-cn-prune-command
...
Docs/zh cn prune command
2026-03-28 23:24:03 -04:00
Affaan Mustafa
1e3572becf
fix(docs): correct zh-CN prune frontmatter
2026-03-28 23:23:51 -04:00
Affaan Mustafa
1e43639cc7
Merge pull request #855 from Yumerain/fix/zh-cn-doc-format
...
docs(zh-CN): fix missing newline before origin in prompt-optimizer skill
2026-03-28 20:36:11 -04:00
Affaan Mustafa
766f846478
Merge pull request #897 from techiro/docs/ja-JP-translate-plain-text-blocks
...
docs(ja-JP): Add translation support for code blocks with lang=plain text
2026-03-28 20:35:44 -04:00
Affaan Mustafa
dd38518afe
fix(docs): restore canonical runtime strings in ja-JP docs
2026-03-28 20:35:25 -04:00
Affaan Mustafa
e815f0d05c
fix(docs): resolve skill guide review issues
2026-03-28 20:23:34 -04:00
xingzihai
da74f85c10
fix: address review feedback from PR #929
...
- Add missing code-review.md and development-workflow.md to zh/README.md directory listing
- Add mkdir -p command before copy in manual install instructions
- Fix TypeScript test command path in SKILL-DEVELOPMENT-GUIDE.md
- Add Anti-Patterns section to SKILL.md template
- Add Template category to Skill Categories table in CONTRIBUTING.md
- Add Pre-Review Requirements section to code-review.md (both en and zh)
- Add Pre-Review Checks step to development-workflow.md (both en and zh)
- Add trailing newlines to all files that were missing them
2026-03-26 04:37:08 +00:00
xingzihai
c146fae2ce
docs: add comprehensive Skill Development Guide
...
- Add docs/SKILL-DEVELOPMENT-GUIDE.md with detailed guidance on creating skills
- Update CONTRIBUTING.md with enhanced skills section linking to the new guide
- Covers skill architecture, categories, best practices, testing, and examples
The new guide provides:
- What skills are and when they activate
- Skill file structure and format
- Step-by-step skill creation tutorial
- Writing effective skill content
- Common patterns and anti-patterns
- Testing and validation checklist
- Complete examples gallery
2026-03-26 02:28:02 +00:00
Hirokazu Tanaka
a6a81490f6
revert(ja-JP): keep commit message examples in English in CONTRIBUTING.md
2026-03-25 23:30:54 +09:00
Hirokazu Tanaka
bf7ed1fce2
docs(ja-JP): translate plain text code blocks to Japanese
...
Translate English prose inside plain text code blocks (```text, ```)
across ja-JP documentation to Japanese, following the same approach
as PR #753 (zh-CN translation).
Translated content includes:
- Output template labels and status messages
- Folder tree inline comments
- CLI workflow descriptions
- Error/warning message examples
- Commit message templates and PR title examples
Technical identifiers, file paths, and actual code remain untranslated.
2026-03-25 08:20:14 +09:00
crispyrice
e3510f62a8
docs(zh-CN): fix missing newline before origin in prompt-optimizer skill
2026-03-24 13:46:05 +08:00
cjp
6af7ca1afc
Update docs/zh-CN/commands/prune.md
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-23 13:58:44 +08:00
cjp
d6061cf937
Update docs/zh-CN/commands/prune.md
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-23 13:58:34 +08:00
cjp
ec921e5202
Update docs/zh-CN/commands/prune.md
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-23 13:54:04 +08:00
cjp
d016e68cee
Update docs/zh-CN/commands/prune.md
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-23 13:53:57 +08:00
cjp
aed18eb571
Update docs/zh-CN/commands/prune.md
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-23 13:53:48 +08:00