{"id":50949993,"url":"https://github.com/scottconverse/scottdevskills-suite","last_synced_at":"2026-06-18T00:30:56.690Z","repository":{"id":364458501,"uuid":"1267980978","full_name":"scottconverse/scottdevskills-suite","owner":"scottconverse","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-13T04:22:48.000Z","size":257,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T05:25:17.469Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scottconverse.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-06-13T03:13:41.000Z","updated_at":"2026-06-13T04:22:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/scottconverse/scottdevskills-suite","commit_stats":null,"previous_names":["scottconverse/scottdevskills-suite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/scottconverse/scottdevskills-suite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fscottdevskills-suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fscottdevskills-suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fscottdevskills-suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fscottdevskills-suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scottconverse","download_url":"https://codeload.github.com/scottconverse/scottdevskills-suite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fscottdevskills-suite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34471638,"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-18T00:30:56.348Z","updated_at":"2026-06-18T00:30:56.678Z","avatar_url":"https://github.com/scottconverse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScottDevSkills\n\nScottDevSkills is a Codex plugin for serious development work: audits,\ninterface walkthroughs, pipeline runs, prompt quality checks, context control,\nand optional gate templates.\n\nVersion: **v0.1b**\n\nThe plugin is built for developers who want fewer vague reviews and more\nevidence: findings tied to files, runtime behavior, tests, screenshots, logs,\nmanifests, and concrete next actions.\n\n## What It Includes\n\n- **Audit Lite**: fast review of a small fix or scoped diff.\n- **Audit Full**: deep release/readiness audit across code, UX, docs, tests,\n  and QA behavior.\n- **Walkthrough**: browser-driven UI wiring review for finished or nearly\n  finished frontends.\n- **Agent Pipeline**: manifest-driven project execution with initialization,\n  intake, new-run setup, validation, execution, and status inspection.\n- **Prompt Quality**: prompt linting, regression case design, eval planning,\n  and release checks for prompt changes.\n- **Context Discipline**: long-session hygiene, large-output control,\n  handoffs, and careful pre-edit analysis.\n- **Hardgate Templates**: inert templates for enforcement gates and policy\n  checks.\n\n## Installation\n\nScottDevSkills is distributed as a Codex marketplace repository.\n\n### Install From Codex\n\n1. Open the Codex plugin marketplace flow.\n2. Add or refresh the marketplace repository `scottconverse/scottdevskills-suite`.\n3. Install the plugin named `scott-dev-skills`.\n4. Start a fresh Codex thread so the newly installed skills are loaded into the\n   session.\n\n### Install From The CLI\n\nFor a first-time install, add the marketplace and then install the plugin:\n\n```powershell\ncodex plugin marketplace add scottconverse/scottdevskills-suite --ref main --sparse .agents/plugins/marketplace.json --sparse plugins/scott-dev-skills\ncodex plugin add scott-dev-skills@scottdevskills\n```\n\nIf the `scottdevskills` marketplace is already configured, refresh it before\ninstalling. Use this path when the plugin is not currently installed. Codex\ninstalls from its local marketplace snapshot, not directly from GitHub on every\ninstall:\n\n```powershell\ncodex plugin marketplace upgrade scottdevskills\ncodex plugin add scott-dev-skills@scottdevskills\n```\n\nIf the plugin is already installed and you want to update or reinstall it,\nremove the installed copy before refreshing the marketplace:\n\n```powershell\ncodex plugin remove scott-dev-skills@scottdevskills\ncodex plugin marketplace upgrade scottdevskills\ncodex plugin add scott-dev-skills@scottdevskills\n```\n\n### Troubleshooting\n\n- If Codex does not show the new skills immediately, start a fresh Codex\n  thread.\n- If the CLI says the marketplace is already configured and the plugin is not\n  installed, refresh the marketplace first, then install the plugin.\n- If the plugin is already installed, remove it before refreshing and\n  reinstalling. This avoids stale cache and cache-backup permission failures.\n- The plugin id is `scott-dev-skills@scottdevskills`.\n\n## Documentation\n\n- [Manual](docs/manual.md)\n- [Landing Page](https://scottconverse.github.io/scottdevskills-suite/)\n\n## Repository Layout\n\n- `.agents/plugins/marketplace.json`: Codex marketplace metadata.\n- `plugins/scott-dev-skills`: installable plugin package.\n- `plugins/scott-dev-skills/skills`: skill entrypoints.\n- `plugins/scott-dev-skills/references`: shared quality gates and contracts.\n- `plugins/scott-dev-skills/tests/skill-regression`: trigger regression cases.\n- `docs`: public documentation and landing page.\n\n## Status\n\nScottDevSkills v0.1b is an early beta. The plugin is installable and validated,\nbut the skill suite is expected to evolve as real projects expose sharper\nworkflow boundaries and better regression cases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottconverse%2Fscottdevskills-suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottconverse%2Fscottdevskills-suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottconverse%2Fscottdevskills-suite/lists"}