AI: resurrect pre-Claude TCE skills with Claude - #3753
Conversation
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at a61e8d1 |
andy-stark-redis
left a comment
There was a problem hiding this comment.
LGTM. BTW, I saw this on the AI coding channel today:
https://claude.com/blog/the-new-rules-of-context-engineering-for-claude-5-generation-models
Main news from that blog is that Claude now has a built-in /doctor command that can evaluate CLAUDE.md files, skills, etc, and suggest how to improve them. Might be worth a try here?
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at e79ee4f |
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 4becc0d |
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 0f01308 |
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 143c62c |
Updated TCE skill, now under .claude.
@andy-stark-redis Some existing testing files were modified, so I need your eyes on this PR.
Also included are TCEs for the HLEN command, added to the local_examples/cmds_hash area. I used this to test the skill; no reason not to commit it. :)
Note
Medium Risk
Large documentation and harness surface area with behavior changes to how examples are resolved and tested; the HLEN wiring and multi-client example edits affect published docs tabs, while harness changes could change CI/local pass/fail semantics for Java/C#/PHP runners.
Overview
Replaces the split
.agents/skillsTCE skills (extract-redis-cli-examples,generate-tce-examples) with a single phased.claude/skills/tce-examplesworkflow: scripted page audit, reference implementation, parallel per-client generation, harness testing, Codex review, and docs wiring. Agent docs andredis-use-case-portsnow point at the new skill;.agents/skills/README.mddocuments the move andbootstrap.sh-driven test setup instead of a hand-maintained zip.Centralizes client identity in
build/example-test-harness/clients.tsvand extends the example test harness: portable vs--fidelitymodes,bootstrap.shto scaffoldtmp/clients/examples/, convention-based path resolution, explicit SKIP rules, and guards against false greens (Surefire/dotnet/cargo zero tests, wrapper exit codes, C# clone staging backup). Adds fidelity manifests,audit_page.py, brief/report templates, new client pattern docs (Ruby, SE.Redis, Lettuce sync), and Codex review schema plustce-review-patternsforclaude-review.Ships a concrete docs change:
hlen.mdswitches fromredis-clitoclients-example(cmds_hash/hlen), with matchinghlensteps added acrosslocal_examples/cmds_hashclients.AI_AGENT_DEVELOPER_GUIDEandfor-ais-only/tcedocs/README.mdare updated to reference the new skill and client table..claude/settings.jsonallows Docker/local binding for the workflow.Reviewed by Cursor Bugbot for commit 143c62c. Bugbot is set up for automated code reviews on this repo. Configure here.