Commit Graph

82 Commits

Author SHA1 Message Date
Leonardo Flores 65ad68d5d2 chore: trigger CI build 2026-01-28 11:06:15 -03:00
Leonardo Flores 5028167679 fix: isolate plugin installations to prevent full repo caching
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
2026-01-28 11:03:51 -03:00
github-actions[bot] 9dd1ad80fc chore: auto-bump version [skip ci] 2026-01-26 21:12:45 +00:00
Josh Thomas efbd228db8 Add attribution for @joshuadavidthomas skills (#2) 2026-01-26 18:12:37 -03:00
github-actions[bot] 8e8a9f9711 chore: auto-bump version [skip ci] 2026-01-25 20:41:31 +00:00
Leonardo Flores e5c69afe5c fix(commit-work): add missing reference 2026-01-25 17:41:17 -03:00
github-actions[bot] e6077cf7cd chore: sync gepetto from softaworks/gepetto [skip ci] 2026-01-23 02:23:46 +00:00
github-actions[bot] c463974a1d chore: auto-bump version [skip ci] 2026-01-22 18:40:43 +00:00
Leonardo Flores 8bbb1fb8a8 feat(codex-plan): add file references and wait-for-plan step
- 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
2026-01-22 15:40:32 -03:00
github-actions[bot] 2840f27ade chore: auto-bump version [skip ci] 2026-01-22 16:56:25 +00:00
Leonardo Flores 87afc180e7 feat(daily-meeting-update): add Claude Code session history integration
- 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
2026-01-22 13:56:11 -03:00
github-actions[bot] a3e133e40c chore: auto-bump version [skip ci] 2026-01-22 03:19:23 +00:00
Leonardo Flores ededc4e578 feat: add daily-meeting-update skill for standup generation
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.
2026-01-22 00:19:09 -03:00
github-actions[bot] 782ceadbaf chore: auto-bump version [skip ci] 2026-01-22 02:58:02 +00:00
Leonardo Flores 507609844c feat: add jira skill for natural language Jira interaction
Supports multiple backends (jira CLI and Atlassian MCP) for viewing,
creating, updating, and transitioning Jira issues with conversational
commands.
2026-01-21 23:57:48 -03:00
github-actions[bot] 4b558d1556 chore: auto-bump version [skip ci] 2026-01-21 22:30:42 +00:00
Leonardo Flores 1ef06f0abb feat: add react-useeffect skill
React useEffect best practices from official docs. Teaches when NOT to
use Effect and provides better alternatives like useMemo, key prop, and
event handlers.
2026-01-21 19:30:06 -03:00
github-actions[bot] b063c479cf chore: auto-bump version [skip ci] 2026-01-21 14:36:01 +00:00
Leonardo Flores 12a687a9fc feat: add viral-tweet command for X post optimization
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.
2026-01-20 22:44:42 -03:00
Leonardo Flores c483c69bd0 fix: remove plugin.json validation step from CI 2026-01-20 11:26:47 -03:00
Leonardo Flores 4303f51ce5 fix: simplify CI workflow validation
- Fix version path check (.metadata.version instead of .version)
- Remove plugin structure check
- Remove version consistency check (conflicts with auto-bump)
2026-01-20 11:16:28 -03:00
Leonardo Flores e931b3b883 docs: improve plugin marketplace installation steps 2026-01-20 11:12:09 -03:00
Leonardo Flores 7ff20d478e docs: update repo references to agent-toolkit 2026-01-20 11:05:23 -03:00
Leonardo Flores c6277f2037 feat: rename marketplace to agent-toolkit
- Update marketplace name from cc-plugin to agent-toolkit
- Update all plugin installation references (@agent-toolkit)
- Prepare for repository rename
2026-01-20 11:03:30 -03:00
Leonardo Flores d634997e1e docs: update README with branding and reorganized sections
- 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
2026-01-20 10:53:52 -03:00
Leonardo Flores b48ccb358e feat: restructure marketplace for individual plugin selection
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
2026-01-20 10:45:07 -03:00
github-actions[bot] 859211cf6f chore: sync gepetto from softaworks/gepetto [skip ci] 2026-01-20 13:18:34 +00:00
github-actions[bot] 555e91f54b chore: auto-bump version [skip ci] 2026-01-20 12:58:13 +00:00
Leonardo Flores e051bb4a48 feat: add react-dev skill 2026-01-20 09:58:00 -03:00
Leonardo Flores ab2fd630e4 feat: add Agents & Commands section and fix marketplace config
- 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
2026-01-19 21:46:53 -03:00
github-actions[bot] 7e9ef47a6f chore: auto-bump version [skip ci] 2026-01-20 00:34:08 +00:00
Leonardo Flores 40d4469f73 feat: add naming-analyzer, ship-learn-next, and skill-judge skills
- naming-analyzer: Suggest better variable, function, and class names
- ship-learn-next: Transform learning content into actionable reps
- skill-judge: Evaluate skill design quality against specifications
2026-01-19 21:33:54 -03:00
github-actions[bot] cb6f918d71 chore: auto-bump version [skip ci] 2026-01-19 16:03:39 +00:00
Leonardo Flores 2c67cc5cae feat: add humanizer skill
Adds skill to remove signs of AI-generated writing from text.
Based on Wikipedia's "Signs of AI writing" guide.

Credits: Original skill by @blader
2026-01-19 13:03:25 -03:00
github-actions[bot] 118ee78b11 chore: auto-bump version [skip ci] 2026-01-19 14:41:04 +00:00
Leonardo Flores 69ed887374 feat: add codex-plan command for implementation planning
Uses Codex 5.2 with high reasoning to generate detailed
implementation plans with clarifying questions workflow.
2026-01-19 11:40:55 -03:00
github-actions[bot] 6982a26f81 chore: auto-bump version [skip ci] 2026-01-19 14:25:48 +00:00
Leonardo Flores 39ab480639 Update README with reference to prompt idea
Added a reference to Matt Pocock's prompt idea in the README.
2026-01-19 11:25:39 -03:00
github-actions[bot] 059328bcc8 chore: auto-bump version [skip ci] 2026-01-19 14:16:24 +00:00
Leonardo Flores 63bebde3a4 feat: add agent-md-refactor skill
Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction
files to follow progressive disclosure principles. Splits monolithic
files into organized, linked documentation.
2026-01-19 11:14:08 -03:00
github-actions[bot] 1b4c65e304 chore: auto-bump version [skip ci] 2026-01-19 12:50:08 +00:00
Leonardo Flores a0d85e8af4 docs: sync gepetto README with marketplace setup instructions 2026-01-19 09:49:59 -03:00
Leonardo Flores 39c868ca95 docs: update gepetto README to clarify Claude Code-only compatibility 2026-01-19 09:49:59 -03:00
github-actions[bot] bae60e9c6e chore: auto-bump version [skip ci] 2026-01-19 12:48:34 +00:00
Leonardo Flores e2d0b3ce96 docs: sync gepetto README with installation section 2026-01-19 09:48:25 -03:00
github-actions[bot] 0b190a5c34 chore: auto-bump version [skip ci] 2026-01-19 12:46:09 +00:00
Leonardo Flores 812fc0517b fix: sync workflows now copy README.md from source repos 2026-01-19 09:45:57 -03:00
Leonardo Flores c6555b5c76 chore: migrate repository to softaworks organization 2026-01-19 09:35:29 -03:00
Leonardo Flores 570f26c70a chore: update sync-skills-readme command with Meta category and update README 2026-01-19 09:13:45 -03:00
Leonardo Flores a48a5cc483 chore: restore Meta category for command-creator and plugin-forge 2026-01-19 09:13:45 -03:00