{"id":51225132,"url":"https://github.com/imsovikde/souvik-skills","last_synced_at":"2026-06-28T11:00:23.273Z","repository":{"id":367611724,"uuid":"1281569159","full_name":"imsovikde/souvik-skills","owner":"imsovikde","description":"Marketplace-ready agent skills by Souvik Dey","archived":false,"fork":false,"pushed_at":"2026-06-26T18:06:52.000Z","size":101,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T19:19:00.548Z","etag":null,"topics":["ai-agents","cloudflare-pages","codex","motion-design","nextjs","skills","vercel"],"latest_commit_sha":null,"homepage":"https://souvik-skills.vercel.app","language":"JavaScript","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/imsovikde.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-26T17:30:26.000Z","updated_at":"2026-06-26T18:06:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/imsovikde/souvik-skills","commit_stats":null,"previous_names":["imsovikde/souvik-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/imsovikde/souvik-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsovikde%2Fsouvik-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsovikde%2Fsouvik-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsovikde%2Fsouvik-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsovikde%2Fsouvik-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imsovikde","download_url":"https://codeload.github.com/imsovikde/souvik-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsovikde%2Fsouvik-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34885802,"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-28T02:00:05.809Z","response_time":54,"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":["ai-agents","cloudflare-pages","codex","motion-design","nextjs","skills","vercel"],"created_at":"2026-06-28T11:00:14.567Z","updated_at":"2026-06-28T11:00:23.257Z","avatar_url":"https://github.com/imsovikde.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Souvik Skills\n\nMarketplace-ready agent skills by Souvik Dey.\n\n[![CI](https://github.com/imsovikde/souvik-skills/actions/workflows/ci.yml/badge.svg)](https://github.com/imsovikde/souvik-skills/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/imsovikde/souvik-skills/actions/workflows/codeql.yml/badge.svg)](https://github.com/imsovikde/souvik-skills/actions/workflows/codeql.yml)\n[![npm version](https://img.shields.io/npm/v/%40imsovikde%2Fskills)](https://www.npmjs.com/package/@imsovikde/skills)\n[![npm downloads](https://img.shields.io/npm/dm/%40imsovikde%2Fskills)](https://www.npmjs.com/package/@imsovikde/skills)\n[![GitHub stars](https://img.shields.io/github/stars/imsovikde/souvik-skills?style=social)](https://github.com/imsovikde/souvik-skills/stargazers)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nSouvik Skills is the public skill directory for reusable developer and research workflows created by [Souvik Dey](https://github.com/imsovikde). The repository is designed to work like a professional skill catalog: every skill is a self-contained folder with a `SKILL.md`, optional resources, agent UI metadata, and an NPM-ready installer path.\n\n[Website](https://souvik-skills.vercel.app) · [Skills](https://souvik-skills.vercel.app/skills) · [Install](#cross-agent-install) · [Docs](https://souvik-skills.vercel.app/docs) · [Releases](https://github.com/imsovikde/souvik-skills/releases) · [NPM](https://www.npmjs.com/package/@imsovikde/skills)\n\n## Marketplace Site\n\nThe repository includes a Vercel-ready and Cloudflare Pages-ready static Next.js marketplace:\n\n- Vercel: [souvik-skills.vercel.app](https://souvik-skills.vercel.app)\n- Cloudflare Pages: [souvik-skills.pages.dev](https://souvik-skills.pages.dev)\n- `/` - product homepage\n- `/skills` - searchable skill marketplace\n- `/skills/\u003cskill-name\u003e` - independent page for every skill folder\n- `/install` - cross-agent install matrix\n- `/docs` - repository and skill standards\n- `/motion` - motion-system examples\n\nRun it locally:\n\n```bash\nnpm run dev\n```\n\nBuild the static export:\n\n```bash\nnpm run build\n```\n\n## Skills\n\n| Skill | Purpose |\n| --- | --- |\n| `delink-github` | Safely remove Git history, GitHub remotes, and root `.github` files before starting clean local history. |\n| `gh-ready` | Make repositories SEO-friendly, package-ready, release-ready, badge-ready, secure, and professional for GitHub publication. |\n| `magento-team-lead` | Lead Magento Open Source and Adobe Commerce architecture, reviews, debugging, delivery planning, and releases. |\n| `motioncraft` | Design and implement premium, accessible, high-performance interface motion systems. |\n\n## Cross-Agent Install\n\nUse the `skills` CLI when installing directly from this GitHub repository into an agent. Replace `\u003cagent\u003e` with the agent slug you use, such as `codex`, `claude-code`, `cursor`, or `gemini-cli`. Replace `\u003cagent-cli\u003e` with the command that starts the agent when trying a skill once.\n\n### Project Only\n\n```bash\nnpx -y skills add imsovikde/souvik-skills --skill delink-github --agent \u003cagent\u003e\nnpx -y skills add imsovikde/souvik-skills --skill gh-ready --agent \u003cagent\u003e\nnpx -y skills add imsovikde/souvik-skills --skill magento-team-lead --agent \u003cagent\u003e\nnpx -y skills add imsovikde/souvik-skills --skill motioncraft --agent \u003cagent\u003e\n```\n\n### Global\n\n```bash\nnpx -y skills add imsovikde/souvik-skills --skill delink-github --agent \u003cagent\u003e -g\nnpx -y skills add imsovikde/souvik-skills --skill gh-ready --agent \u003cagent\u003e -g\nnpx -y skills add imsovikde/souvik-skills --skill magento-team-lead --agent \u003cagent\u003e -g\nnpx -y skills add imsovikde/souvik-skills --skill motioncraft --agent \u003cagent\u003e -g\n```\n\n### Try Once\n\n```bash\nnpx -y skills use imsovikde/souvik-skills@delink-github | \u003cagent-cli\u003e\nnpx -y skills use imsovikde/souvik-skills@gh-ready | \u003cagent-cli\u003e\nnpx -y skills use imsovikde/souvik-skills@magento-team-lead | \u003cagent-cli\u003e\nnpx -y skills use imsovikde/souvik-skills@motioncraft | \u003cagent-cli\u003e\n```\n\n## Codex Package Install\n\nInstall one skill into Codex from the NPM package:\n\n```bash\nnpx @imsovikde/skills install delink-github\nnpx @imsovikde/skills install gh-ready\nnpx @imsovikde/skills install magento-team-lead\nnpx @imsovikde/skills install motioncraft\n```\n\nInstall every skill:\n\n```bash\nnpx @imsovikde/skills install all\n```\n\nList available skills:\n\n```bash\nnpx @imsovikde/skills list\n```\n\nBy default the installer copies skills into:\n\n```text\n%USERPROFILE%\\.codex\\skills\n```\n\nSet `CODEX_HOME` or pass `--dest \u003cpath\u003e` to install elsewhere.\n\n## Use\n\nAfter installation, restart Codex so the new skill metadata is loaded.\n\nExample prompts:\n\n```text\nUse $delink-github to safely detach this repository from GitHub and start clean local Git history.\nUse $gh-ready to make this project SEO-friendly, GitHub-ready, package-ready, and release-ready.\nUse $magento-team-lead to lead this Adobe Commerce implementation review.\nUse $motioncraft to add premium accessible motion to this interface.\n```\n\n## Repository Standard\n\nThis repository follows the Souvik Skills standard:\n\n- `guidance.md` defines the skill directory rules.\n- `AGENTS.md` tells future agents how to create and maintain skills here.\n- `NAMING.md` explains how skill and repository names are chosen.\n- `LICENSE` grants MIT usage rights.\n- `package.json` exposes the one-line NPM installer.\n\nDo not create `context.md`. Use `guidance.md` as the durable repository guide.\n\n## Development\n\nInstall dependencies, run the marketplace, and verify the repo:\n\n```bash\nnpm install\nnpm run dev\nnpm run validate:skills\nnpm test\nnpm run build\n```\n\nSmoke-test the installer locally:\n\n```bash\nnode bin/souvik-skills.cjs list\nnode bin/souvik-skills.cjs install all --dest ./tmp/codex-skills --force\n```\n\n## Deployment\n\nSee [`docs/deployment.md`](docs/deployment.md) for Vercel, Cloudflare Pages, and NPM release commands.\n\n## Support And Troubleshooting\n\n- If `npx -y skills add ...` fails, confirm GitHub can access `imsovikde/souvik-skills` and rerun the command.\n- If `npx @imsovikde/skills ...` fails, verify the npm package with `npm view @imsovikde/skills version`.\n- If Codex does not show a newly installed skill, restart Codex after installation.\n- For bugs or feature requests, use the GitHub issue templates.\n- For security concerns, follow `SECURITY.md` instead of opening a public issue.\n\n## License\n\nMIT. See `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimsovikde%2Fsouvik-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimsovikde%2Fsouvik-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimsovikde%2Fsouvik-skills/lists"}