提交

提交图

37 次代码提交

作者 SHA1 备注 提交日期
Addy Osmani 9a74159d01 Merge pull request #4 from addyosmani/copilot/sub-pr-3
docs: add code-simplification to README
2026-03-15 00:02:17 -07:00
copilot-swe-agent[bot] 653e48c698 docs: add code-simplification skill to README
Co-authored-by: addyosmani <110953+addyosmani@users.noreply.github.com>
2026-03-15 07:01:48 +00:00
copilot-swe-agent[bot] 51824d44f8 Initial plan 2026-03-15 07:00:11 +00:00
Addy Osmani d099ab7f48 Fixes #2 - adds code simplifier v0.1 2026-03-05 19:26:46 -08:00
Addy Osmani 82981487bc Merge pull request #1 from federicobartoli/fix/add-claude-plugin-manifest
Add Claude Code plugin support and fix stale swe-skills references
2026-03-04 15:44:57 -08:00
Federico Bartoli 0490a93323 Add Claude Code plugin manifest and marketplace catalog
Enable this repo to work as a Claude Code plugin so users can
install it via `/plugin marketplace add addyosmani/agent-skills`.

Add:
- .claude-plugin/plugin.json — plugin manifest exposing
  .claude/commands/ as namespaced slash commands under
  the agent-skills: prefix
- .claude-plugin/marketplace.json — marketplace catalog
  listing this repo as the agent-skills plugin

Fix:
- hooks/hooks.json — rewrite from deprecated flat-array format
  to the plugin-system format keyed by event type; use
  ${CLAUDE_PLUGIN_ROOT} so the hook resolves correctly when the
  plugin is installed from the marketplace into the local cache
- README — replace non-existent `claude plugin add` with the
  correct `/plugin marketplace add` workflow; document namespaced
  slash commands and --plugin-dir usage; add .claude-plugin/ to
  the project tree
2026-02-23 12:29:43 +01:00
Federico Bartoli a63f54b8ab Rename stale swe-skills references to agent-skills
The repository was renamed from swe-skills to agent-skills but
internal references were never updated. This caused:
- session-start.sh to silently fail (path using-swe-skills/ did
  not exist; the directory is using-agent-skills/)
- slash commands to invoke non-existent swe-skills: namespace
- docs and setup guides to point at the old clone URL

Rename all occurrences across 14 files: commands, CLAUDE.md,
README tree, docs/, and hooks/.
2026-02-23 12:02:07 +01:00
Addy Osmani 3e4a665e4e prepare repo for public release
Add MIT LICENSE file, CONTRIBUTING.md with skill quality guidelines,
expand .gitignore for safety, and remove leftover idea-refine.zip artifact.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:40:04 -08:00
Addy Osmani 47b65bf3cb update README with full skills reference and project overview
Rewrite README with phase-organized skills table, per-skill
descriptions, setup guides for multiple editors, design
principles, and updated project structure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:36:52 -08:00
Addy Osmani 9434558fd4 add git-workflow-and-versioning and shipping-and-launch skills
Ship phase skills covering atomic commits, branch strategy,
pre-launch checklists, and staged rollout procedures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:36:47 -08:00
Addy Osmani 46f377adde add security-and-hardening and performance-optimization skills
Review phase skills covering OWASP Top 10 prevention, input
validation, Core Web Vitals, and measure-before-optimize discipline.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:36:43 -08:00
Addy Osmani f977f939cd add test-driven-development skill
Verify phase skill covering TDD workflow, Prove-It pattern for
bugs, and test hierarchy guidance.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:36:40 -08:00
Addy Osmani 7ea265f17d add incremental-implementation and frontend-ui-engineering skills
Build phase skills covering thin vertical slices and
production-quality UI development patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:36:36 -08:00
Addy Osmani 74445eaeda add spec-driven-development and planning-and-task-breakdown skills
Define and Plan phase skills covering structured specifications
before code and decomposing work into verifiable tasks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:36:24 -08:00
Addy Osmani f04252ca5d add docs and adrs 2026-02-15 14:35:25 -08:00
Addy Osmani 45942b033c add debugging and errors recovery 2026-02-15 14:35:19 -08:00
Addy Osmani 9b3aa3e152 add context engineering 2026-02-15 14:35:11 -08:00
Addy Osmani 638a3f5893 add review 2026-02-15 14:35:07 -08:00
Addy Osmani b4eb0728de add ci cd 2026-02-15 14:35:03 -08:00
Addy Osmani 71aea09fb9 add using agent skills 2026-02-15 14:34:57 -08:00
Addy Osmani f53216f735 add browser testing 2026-02-15 14:34:47 -08:00
Addy Osmani af8eb3ab8a add api and interface design 2026-02-15 14:28:40 -08:00
Addy Osmani dfba53259a add references and examples 2026-02-15 14:28:33 -08:00
Addy Osmani a3372ca0fc add hooks session starter 2026-02-15 14:28:13 -08:00
Addy Osmani d2e333a2c6 add CLAUDE.md and hooks 2026-02-15 14:28:07 -08:00
Addy Osmani f79cf3d7af add setup docs 2026-02-15 14:27:59 -08:00
Addy Osmani ed3069c478 add security and testing 2026-02-15 14:27:51 -08:00
Addy Osmani 8601191b56 add code reviewer 2026-02-15 14:27:45 -08:00
Addy Osmani a4c1cc6c1e add spec and test 2026-02-15 14:27:40 -08:00
Addy Osmani 0dcb2b7001 add ship commands 2026-02-15 14:27:35 -08:00
Addy Osmani 9800f5cbca add review commands 2026-02-15 14:27:30 -08:00
Addy Osmani d635f66721 add planning 2026-02-15 14:27:25 -08:00
Addy Osmani 3107c258be add build command 2026-02-15 14:27:15 -08:00
Addy Osmani b67189e97d Refine implementation of ideate skill 2026-02-15 12:58:14 -08:00
Addy Osmani 62fcdcd8ab Add initial idea-refine skill 2026-02-15 12:36:01 -08:00
Addy Osmani cbb3585aef add gitignore and readme 2026-02-15 12:35:52 -08:00
Addy Osmani 0954a4e4da Add AGENTS.md 2026-02-15 12:30:31 -08:00