Each plugin's source in marketplace.json pointed to "./" (repo root),
causing every plugin install to cache the entire repository. Now each
plugin has its own directory under dist/plugins/ containing only its
files.
- Add scripts/build_plugins.py to generate per-plugin dist directories
- Update all marketplace.json source paths to dist/plugins/<name>
- Add build step to auto-bump CI workflow
- Add dist/ freshness validation to CI
- Add "File references" section in Step 4 for Codex context
- Include template for listing important files to read
- Change Step 5 to save prompt instead of executing
- Add Step 7: Wait for user to send the generated plan
- Update task flow to reflect new workflow
- Add claude_digest.py script to extract session summaries
- Support multiSelect for users to pick relevant sessions
- Update README with Claude Code History examples and docs
Interactive daily standup/meeting update generator that conducts
an interview (yesterday, today, blockers, discussion topics) and
optionally pulls activity from GitHub/git/Jira if available.
React useEffect best practices from official docs. Teaches when NOT to
use Effect and provides better alternatives like useMemo, key prop, and
event handlers.
Transforms raw tweet ideas into engagement-optimized posts using
X algorithm insights. Generates 3 versions (hook-focused, reply-maximizing,
repost-optimizing) with analysis and posting strategy.
- Rename to Softaworks Agent Skills
- Add author attribution with GitHub link
- Move Installation section before Available Skills
- Update quick install command to npx skills add
BREAKING CHANGE: Each skill, agent, and command is now an individual plugin
- Rename marketplace from skills-collection to agent-skills
- Add 51 individual plugin entries (39 skills, 6 agents, 6 commands)
- Each plugin uses strict: false with explicit paths
- Remove plugin.json (redundant with new marketplace structure)
- Update README with new installation instructions
- Update add-skill command to add marketplace.json entries
- Update bump_version.py to only use marketplace.json
- Add "Agents & Commands" section to README with 6 agents and 6 commands
- Rename marketplace from "agent-skills" (reserved) to "skills-collection"
- Update install commands to use correct marketplace name