{"id":51414051,"url":"https://github.com/spences10/skills","last_synced_at":"2026-07-04T17:30:37.536Z","repository":{"id":353645204,"uuid":"1220299921","full_name":"spences10/skills","owner":"spences10","description":"Portable Agent Skills for coding agents, including Svelte/SvelteKit and workflow tooling skills.","archived":false,"fork":false,"pushed_at":"2026-07-04T12:00:10.000Z","size":287,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-04T14:03:23.059Z","etag":null,"topics":["agent-skills","ai-agents","claude-code","coding-agents","opencode","pi","svelte","sveltekit"],"latest_commit_sha":null,"homepage":null,"language":"Svelte","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/spences10.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":"SECURITY.md","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-24T18:54:10.000Z","updated_at":"2026-07-04T12:00:18.000Z","dependencies_parsed_at":"2026-07-04T14:00:22.988Z","dependency_job_id":null,"html_url":"https://github.com/spences10/skills","commit_stats":null,"previous_names":["spences10/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spences10/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spences10%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spences10%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spences10%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spences10%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spences10","download_url":"https://codeload.github.com/spences10/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spences10%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35130722,"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-07-04T02:00:05.987Z","response_time":113,"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","ai-agents","claude-code","coding-agents","opencode","pi","svelte","sveltekit"],"created_at":"2026-07-04T17:30:37.136Z","updated_at":"2026-07-04T17:30:37.531Z","avatar_url":"https://github.com/spences10.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent Skills\n\nCanonical portable Agent Skills for compatible coding agents.\n\nThis repo is the source of truth for human-readable skills that can be installed into compatible agent harnesses. Treat skills as high-trust agent instructions: review them before installing and pin versions when possible.\n\n## Use these skills safely\n\nPrefer GitHub CLI `gh skill` on `gh` v2.90.0 or newer.\n\n```bash\n# Inspect a skill before installing\ngh skill preview spences10/skills svelte-runes\n\n# Install a reviewed skill\ngh skill install spences10/skills svelte-runes --agent claude-code\n\n# Safer: pin to a reviewed release tag or commit SHA\ngh skill install spences10/skills svelte-runes --agent claude-code --pin \u003ctag-or-commit-sha\u003e\n\n# Check installed skills for updates\ngh skill update --dry-run\n```\n\nNotes:\n\n- Prefer project-scoped installs for team-shared skills so changes are code-reviewed.\n- Review diffs before updating installed skills.\n- See [SECURITY.md](SECURITY.md) for the threat model and install guidance.\n\n### Legacy installer\n\n`npx skills add` may still work, but it is no longer the recommended install path here because agent skills are a supply-chain and prompt-injection surface.\n\nIf you use it anyway, inspect the repo first and install only reviewed skills:\n\n```bash\n# List available skills\nnpx skills add spences10/skills --list\n\n# Install one reviewed skill\nnpx skills add spences10/skills --agent pi --skill svelte-runes\n```\n\n## Layout\n\n```text\n\u003cskill-name\u003e/SKILL.md\n```\n\nNo harness-specific marketplace files live here. Distribution wrappers sync from this canonical source when they need a curated subset.\n\n## Svelte Skills\n\n- `svelte-code-writer`\n- `svelte-core-bestpractices`\n- `svelte-components`\n- `svelte-deployment`\n- `svelte-layerchart`\n- `svelte-runes`\n- `svelte-styling`\n- `svelte-template-directives`\n- `sveltekit-data-flow`\n- `sveltekit-remote-functions`\n- `sveltekit-structure`\n\n## Svelte Skill Refresh Workflow\n\nBefore releasing Svelte skill updates:\n\n1. Review the official Svelte AI skills page: \u003chttps://svelte.dev/docs/ai/skills\u003e\n2. Compare `svelte-code-writer` and `svelte-core-bestpractices` guidance against this repo.\n3. Remove legacy Svelte patterns from local examples unless documenting a current compatibility boundary.\n4. Update `metadata.last_updated` in changed Svelte `SKILL.md` files.\n5. Run `gh skill publish --dry-run` and confirm skills validate before release.\n\n## Workflow \u0026 Tooling Skills\n\n- `asshole`\n- `ci-debug-workflow`\n- `deslop`\n- `ecosystem-guide`\n- `improve-codebase-architecture`\n- `nopeek`\n- `orchestration`\n- `plugin-dev`\n- `reflect`\n- `research`\n- `skill-creator`\n- `structured-rpi`\n- `tdd`\n- `techdebt-finder`\n\n## Wrapper Repos\n\nIf you want Claude Code plugin marketplaces instead of vendor-agnostic skills:\n\n- [svelte-skills-kit](https://github.com/spences10/svelte-skills-kit) syncs the Svelte skill subset.\n- [claude-code-toolkit](https://github.com/spences10/claude-code-toolkit) syncs workflow and tooling skill subsets.\n\n## Sync Reminder\n\nWhen changing a skill that is distributed by a wrapper repo, run the matching wrapper sync script before releasing the wrapper.\n\nThe sync scripts use explicit allowlists, so add new skills there when a wrapper repo should distribute them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspences10%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspences10%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspences10%2Fskills/lists"}