{"id":50943172,"url":"https://github.com/creativestyle/shopin-ai-tools","last_synced_at":"2026-06-17T17:03:20.999Z","repository":{"id":363591070,"uuid":"1203707735","full_name":"creativestyle/shopin-ai-tools","owner":"creativestyle","description":"Agent skills for the SHOPin storefront accelerator - scaffold components, BFF modules, integrations \u0026 features.","archived":false,"fork":false,"pushed_at":"2026-06-09T13:51:31.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T15:25:37.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.shopin.dev/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/creativestyle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-07T09:45:32.000Z","updated_at":"2026-06-09T13:56:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/creativestyle/shopin-ai-tools","commit_stats":null,"previous_names":["creativestyle/shopin-ai-tools"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/creativestyle/shopin-ai-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativestyle%2Fshopin-ai-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativestyle%2Fshopin-ai-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativestyle%2Fshopin-ai-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativestyle%2Fshopin-ai-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creativestyle","download_url":"https://codeload.github.com/creativestyle/shopin-ai-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativestyle%2Fshopin-ai-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34457743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-17T17:03:20.158Z","updated_at":"2026-06-17T17:03:20.984Z","avatar_url":"https://github.com/creativestyle.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SHOPin AI Tools\n\nAgent skills for working in the SHOPin codebase — adding components, features, BFF\nmodules, and integrations the way this project expects.\n\nThese are **project-specific** skills: they encode SHOPin's paths, conventions, and\nquality checks. They're meant to be used inside (or alongside) the SHOPin monorepo,\nnot as general-purpose skills.\n\n## Install\n\nThese skills follow the open [Agent Skills](https://skills.sh) layout, so you can\ninstall them into any project with the [`skills` CLI](https://github.com/vercel-labs/skills) —\nno separate package to publish, and nothing to install globally (`npx` runs it on demand):\n\n```bash\n# install all skills into the current project\nnpx skills add creativestyle/shopin-ai-tools\n```\n\nThe CLI detects your agent and installs to the right place — `.claude/skills/` for\nClaude Code, `.agents/skills/` for Cursor, Codex, GitHub Copilot, Gemini CLI, and ~70 others.\n\nInstall a single skill with the `--skill` flag:\n\n```bash\nnpx skills add creativestyle/shopin-ai-tools --skill shopin-add-component\n```\n\nOther useful commands: `skills list`, `skills update`, `skills remove`.\n\n## Using these in the SHOPin monorepo\n\nThese are companions to the [`creativestyle/shopin`](https://github.com/creativestyle/shopin)\nstorefront accelerator. Installing them is **optional and per-developer** — the monorepo\ndoes not require them. Whoever wants them runs the command above inside their checkout;\nwhoever doesn't, does nothing.\n\n## Skills\n\n| Skill | Use when |\n|-------|----------|\n| `shopin-add-component` | Adding a UI component (Storybook story, test, translations). |\n| `shopin-add-bff-module` | Exposing a new API endpoint/domain through the BFF. |\n| `shopin-add-integration` | Connecting a new external data source behind the BFF. |\n| `shopin-add-feature` | A full-stack feature spanning frontend, BFF, contracts, and integrations. |\n\nEach skill is a self-contained folder under [`.agents/skills/`](.agents/skills/):\n\n```\n.agents/skills/\u003cname\u003e/\n  SKILL.md         — domain guidance + an inlined Process section\n  references/      — examples to study before building\n```\n\n## Workflow\n\nEvery skill inlines a compact, tiered process: **trivial** changes just get done,\n**small/low-risk** changes get one approval, and **non-trivial** work goes through a\nstaged spec → plan → execute flow with approval gates.\n\n## Contributing\n\n`.agents/skills/` is the source of truth. Edit the `SKILL.md` files directly —\neach is self-contained, including its `## Process` section. When you change the\nshared process, update the `Process` section in every skill so they stay\nconsistent. Skills are discovered automatically by the `skills` CLI from\n`.agents/skills/` — no manifest to maintain.\n\n## License\n\n[MIT](LICENSE) © creativestyle GmbH\n\n---\n\nBrought to life by\u003cbr/\u003e\n\u003ca href=\"https://creativestyle.de\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cpicture\u003e\u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://creativestyle.com/images/logos/creativestyle-logo-white-1x.png\"\u003e\u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://creativestyle.com/images/logos/creativestyle-logo-1x.png\"\u003e\u003cimg src=\"https://creativestyle.com/images/logos/creativestyle-logo-1x.png\" width=\"211px\"\u003e\u003c/picture\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativestyle%2Fshopin-ai-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativestyle%2Fshopin-ai-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativestyle%2Fshopin-ai-tools/lists"}