All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
create-storiesskill — parses a PRD and batch-creates a parent-child GitHub issue hierarchy (stories + sub-issues) with milestone assignment and project board integration
/improve-skill— superseded by theaudit-skillworkflow in thecreate-agent-skillsskill (taches-cc-resources), which now includes severity tiers and degrees-of-freedom checks
- Trimmed all skill descriptions for token efficiency — removed boilerplate preamble while preserving trigger conditions and behavior summaries
- Trimmed skill descriptions to reduce context token usage — removed verbose preamble and redundant examples while preserving semantic triggers
- Renamed credential skill to
accessto follow the standard plugin naming convention: elevenlabs (setup-api-key), nats (configure-nats), paperless (configure-paperless), wallabag (configure-wallabag) - nostr and telegram retain
configure— both already have a distinctaccessskill for pairing/allowlist management
- Renamed
configure-actualskill toaccessto follow the standard plugin naming convention
- Renamed
configure-technitiumskill toaccessto follow the standard plugin naming convention
- Initial release: interact with Home Assistant via REST API using httpie
accessskill: configure HA_URL and HA_TOKEN, test connectionget-stateskill: get single entity state or list all entities (with domain filter)call-serviceskill: call HA services to control devices and trigger automationsset-stateskill: create or update entity state directly in HA state machinefire-eventskill: fire custom HA events for automation triggersrender-templateskill: render Jinja2 templates for testing and debuggingquery-historyskill: query state history and logbook with time range filters
- Initial release: autonomously optimize Claude Code skills using binary evals, prompt mutation, and iterative improvement loops
- Initial release: update base images, pin sha256 digests, manage Containerfile/Dockerfile dependencies, test builds, and log changes
- Initial release: network troubleshooting inside Docker container networks using nicolaka/netshoot
references/premade-voices.md: full list of 45 premade voices with IDs, gender, accent, and use case- Credit conservation guidance in text-to-speech skill (avoid filler text to reduce character usage)
- Expanded voice table with accent and use case details
- Document that jj does not support git submodules; use
gitdirectly for submodule operations - Warning about
jj restoreaccidentally deleting files that are absent in the source revision, with pre-flight checklist
manage-blockingskill: check if a domain is blocked or allowed, add/remove per-domain allow/block overrides, manage block list URLs, force block list updates, and enable/disable blocking globally (including timed temporary disable).claude-plugin/plugin.json: initial plugin manifest (was missing)- Updated marketplace.json description to reflect blocking capabilities