{"id":42671841,"url":"https://github.com/rickygao/specrate","last_synced_at":"2026-02-08T23:00:54.430Z","repository":{"id":330117202,"uuid":"1120912800","full_name":"rickygao/specrate","owner":"rickygao","description":"An agent skill to manage specs and changes.","archived":false,"fork":false,"pushed_at":"2026-01-13T09:13:09.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T11:43:22.084Z","etag":null,"topics":["agent-skills","github-copilot","spec","spec-driven-development"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rickygao.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":"2025-12-22T06:26:25.000Z","updated_at":"2026-01-13T09:13:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rickygao/specrate","commit_stats":null,"previous_names":["rickygao/specrate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rickygao/specrate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickygao%2Fspecrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickygao%2Fspecrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickygao%2Fspecrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickygao%2Fspecrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rickygao","download_url":"https://codeload.github.com/rickygao/specrate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickygao%2Fspecrate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29248487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","github-copilot","spec","spec-driven-development"],"created_at":"2026-01-29T11:00:34.175Z","updated_at":"2026-02-08T23:00:54.406Z","avatar_url":"https://github.com/rickygao.png","language":null,"readme":"# Specrate\n\nSpecrate is an agent skill that manages specs and changes in a structured way. It provides a framework for proposing, planning, implementing, and archiving changes to the system's specs.\n\n## Installation\n\nEnsure your agent supports [agent skills](https://agentskills.io) and install the skill by git-cloning into your repo's `.github/skills` folder. Replace `.github/skills` with the appropriate path if your agent uses a different location for skills.\n\nNote: the skill itself is installed under `.github/skills/specrate`, while the documents it manages are created/updated under `.specrate/` at your repository root.\n\n### Bash\n\n```sh\ngit clone --depth 1 https://github.com/rickygao/specrate .github/skills/specrate\nrm -rf .github/skills/specrate/.git\n```\n\n### PowerShell\n\n```pwsh\n\u0026 git clone --depth 1 https://github.com/rickygao/specrate .github/skills/specrate\nRemove-Item -Path .github/skills/specrate/.git -Recurse -Force\n```\n\n## Usage\n\nSpecrate manages spec and change artifacts under `.specrate/` at the repository root (see [references/PRINCIPLE.md](./references/PRINCIPLE.md) for conventions).\n\n1. Show current status: \"Show the current status of specs and changes\"\n2. Propose a new change: \"Propose a new change to {description of the change}\"\n3. Amend an existing change: \"Amend the change {change-id}: {description of the amendment}\"\n4. Plan a proposed change: \"Plan the proposed {change-id}\"\n5. Implement a planned change: \"Implement the planned {change-id}\"\n6. Archive an implemented change: \"Archive the implemented {change-id}\"\n7. Fix a spec from codebase: \"Fix the spec for {spec-id, or description of the spec scope} from the codebase\"\n\nRefer to the [SKILL.md](./SKILL.md) file for how the skill works in detail.\n\n## Acknowledgements\n\nThis skill was heavily inspired by the [OpenSpec](https://openspec.dev).\n","funding_links":[],"categories":["Lista de Habilidades"],"sub_categories":["Habilidades de la Comunidad"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickygao%2Fspecrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickygao%2Fspecrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickygao%2Fspecrate/lists"}