{"id":50971033,"url":"https://github.com/jsirish/silverstripe-skills","last_synced_at":"2026-06-19T02:30:36.648Z","repository":{"id":361996108,"uuid":"1236353818","full_name":"jsirish/silverstripe-skills","owner":"jsirish","description":"Agent skills for Silverstripe CMS development — version upgrades, Elemental, the Essentials stack, and deployment workflows","archived":false,"fork":false,"pushed_at":"2026-06-11T02:01:11.000Z","size":226,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T02:19:21.992Z","etag":null,"topics":["agent-skills","claude-code","ddev","silverstripe","skills-sh"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsirish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-12T07:10:10.000Z","updated_at":"2026-06-11T02:01:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jsirish/silverstripe-skills","commit_stats":null,"previous_names":["jsirish/silverstripe-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsirish/silverstripe-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsirish%2Fsilverstripe-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsirish%2Fsilverstripe-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsirish%2Fsilverstripe-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsirish%2Fsilverstripe-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsirish","download_url":"https://codeload.github.com/jsirish/silverstripe-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsirish%2Fsilverstripe-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34515405,"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-19T02:00:06.005Z","response_time":61,"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":["agent-skills","claude-code","ddev","silverstripe","skills-sh"],"created_at":"2026-06-19T02:30:34.005Z","updated_at":"2026-06-19T02:30:36.640Z","avatar_url":"https://github.com/jsirish.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# silverstripe-skills\n\nAgent skills for [Silverstripe CMS](https://www.silverstripe.org/) development — version upgrades, Elemental content blocks, the Essentials theme stack, and deployment workflows. Maintained by [Jason Irish](https://github.com/jsirish).\n\n## Install\n\n```bash\nnpx skills add jsirish/silverstripe-skills\n```\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| `block-to-element-migration` | Migrate legacy Blocks module data to Elemental elements |\n| `ddev-sync` | Start DDEV, sync remote database/assets, rebuild local dev |\n| `dynamic-base-site` | Dynamic's Silverstripe base-site stack patterns |\n| `element-templates` | Create element template fixtures for the Essentials demo library |\n| `essentials-blocks` | Guidelines for working with Essentials block elements |\n| `essentials-fixtures` | Configure recipe-silverstripe-essentials-fixtures |\n| `essentials-theme` | Create and customize subthemes extending silverstripe-essentials-theme |\n| `server-sync-deploy` | Sync and deploy with deploy.sh / sync.sh bash scripts |\n| `silverstripe-3-to-4-upgrade` | Complete workflow for upgrading SS3 projects to SS4 |\n| `silverstripe-essentials-cms-training` | CMS editing reference for Silverstripe Essentials websites |\n| `silverstripe-essentials-website` | Technical reference for Dynamic's Silverstripe Essentials websites |\n| `silverstripe-version-upgrade` | Upgrade Silverstripe between major versions (e.g. SS4 → SS5) |\n| `ss5-data-migration` | Execute Silverstripe 5 data migration tasks |\n| `ss6-data-migration` | Silverstripe 6 upgrade data migration workflow |\n| `visual-regression-upgrade` | Screenshot diff between two environments to verify upgrade visual parity |\n\n## Installation\n\nRequires [skills.sh](https://skills.sh) (`npx skills`).\n\n### Install all skills globally (Claude Code)\n\n```bash\nnpx skills add jsirish/silverstripe-skills --skill '*' -a claude-code -g\n```\n\n### Install specific skills\n\n```bash\nnpx skills add jsirish/silverstripe-skills --skill silverstripe-version-upgrade --skill ddev-sync -a claude-code -g\n```\n\n### Install for multiple agents\n\n```bash\nnpx skills add jsirish/silverstripe-skills --skill '*' -a claude-code -a opencode -g\n```\n\n### Update\n\n```bash\nnpx skills update -g\n```\n\n### List installed\n\n```bash\nnpx skills list -g\n```\n\n## Usage\n\nOnce installed, skills activate automatically based on your request. For example:\n\n- *\"upgrade this SS4 project to SS5\"* → `silverstripe-version-upgrade`\n- *\"sync remote database\"* → `ddev-sync`\n- *\"migrate blocks to elemental\"* → `block-to-element-migration`\n\n## Contributing\n\n1. Clone the repo.\n2. Author or edit a skill under `skills/\u003cskill-name\u003e/SKILL.md`.\n3. Open a pull request against `main`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsirish%2Fsilverstripe-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsirish%2Fsilverstripe-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsirish%2Fsilverstripe-skills/lists"}