{"id":50916690,"url":"https://github.com/scull7/crossr-skills","last_synced_at":"2026-06-16T16:01:39.220Z","repository":{"id":359010167,"uuid":"1216571662","full_name":"scull7/crossr-skills","owner":"scull7","description":"# crossr-skills  Agent skills for functionally obsessed developers — forged in the Cross, alive in the Resurrection.","archived":false,"fork":false,"pushed_at":"2026-06-07T22:46:36.000Z","size":6427,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T00:21:51.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://scull7.github.io/crossr-skills/","language":"HTML","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/scull7.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-21T03:15:40.000Z","updated_at":"2026-05-31T16:57:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/scull7/crossr-skills","commit_stats":null,"previous_names":["scull7/crossr-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scull7/crossr-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fcrossr-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fcrossr-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fcrossr-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fcrossr-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scull7","download_url":"https://codeload.github.com/scull7/crossr-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fcrossr-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34412795,"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-16T02:00:06.860Z","response_time":126,"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-16T16:01:35.966Z","updated_at":"2026-06-16T16:01:39.211Z","avatar_url":"https://github.com/scull7.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crossr-skills\n\n**Where the Cross meets clean code.**\n\nHigh-quality agent skills and a battle-tested harness for building reliable, long-running AI coding agents.\n\n\u003e Forged in the Cross. Built for craft.\n\n---\n\n## Live Public Presence\n\nThis repository dogfoods its own harness. The public website and documentation were built using the exact process described here.\n\n- **Marketing Site**: [https://scull7.github.io/crossr-skills/](https://scull7.github.io/crossr-skills/)\n- **Documentation**: [https://scull7.github.io/crossr-skills/docs/](https://scull7.github.io/crossr-skills/docs/)\n\n---\n\n## What is this?\n\nA curated collection of **Agent Skills** (`.agents/skills/`) plus a complete, self-hosting **harness process** for teams that want their AI agents to ship production-grade code across many sessions.\n\nThe skills strictly follow the [agentskills.io](https://agentskills.io) specification. The process layer (stacked PR discipline, multi-tier verification, PETC loop, GAN reviews, HTML as a first-class human artifact, etc.) is defined in [HARNESS-SPEC.md](HARNESS-SPEC.md).\n\nNew projects can be bootstrapped in minutes with:\n\n```bash\n./scripts/harness-bootstrap /path/to/your-project\n```\n\n---\n\n## Quick Start\n\n```bash\ngit clone https://github.com/scull7/crossr-skills.git\n./crossr-skills/scripts/harness-bootstrap /path/to/your-new-project\ncd /path/to/your-new-project\njust harness-validate\n```\n\nThis creates a full harness including `AGENTS.md`, `features.json`, `progress.md`, `justfile`, and the canonical `.agents/skills/` directory.\n\n---\n\n## Skills\n\nAll skills are designed with the same standards applied to production Rust code: functional purity, stratified design, zero technical debt, and handover-clean artifacts.\n\n| Skill                  | Purpose                                              | Category      |\n|------------------------|------------------------------------------------------|---------------|\n| `code-writer`          | Core coding philosophy (Grokking Simplicity + SICP) | Foundation    |\n| `rust-code-writer`     | Idiomatic, pure, stratified, flat-combinator Rust    | Rust Core     |\n| `rust-code-reviewer`   | Ruthless code quality guardian                       | Quality       |\n| `rust-code-tester`     | Obsessive test coverage \u0026 error-path verification    | Quality       |\n| `rust-architect`       | Torvalds-style system-level architecture gatekeeper  | Architecture  |\n| `rust-team-lead`       | GAN orchestrator for reliable multi-agent workflows  | Orchestration |\n| `rust-axum-backend`    | Clean, layered Axum HTTP APIs with policy gates      | Backend       |\n| `rust-frontend`        | Leptos + WASM + Polars with strong anti-slop guidance| Frontend      |\n| `rust-tui`             | ratatui Component + Action + two-phase dispatch      | TUI           |\n| `rust-errors`          | Layered `thiserror` error handling (no `anyhow`)     | Backend       |\n| `agent-harness`        | Full harness process (stacked PRs, GAN, HTML-first)  | Harness       |\n\nSee the [full documentation](https://scull7.github.io/crossr-skills/docs/) for detailed guidance on each skill.\n\n---\n\n## The Harness\n\nThis repo ships with a complete, production-proven harness:\n\n- **HARNESS-SPEC.md** – The canonical process specification\n- Stacked, reviewable PRs (\u003c 10 min deep review target)\n- Mechanical GAN reviews (Reviewer + Tester + Architect agents)\n- `features.json` + `progress.md` for traceable incremental work\n- `scripts/harness-bootstrap` – one-command harness installation\n- HTML as the primary human-facing artifact format\n\nEverything in this repository (including the public website) was built using this harness.\n\n---\n\n## Core Philosophy\n\n\u003e “Write code that is layered, modular, and built from pure calculations operating on immutable data; isolate all actions; prefer the language’s standard library; use abstraction and higher-order functions to control complexity so that any human reader can understand and safely modify the system.”\n\nThis mindset applies to every skill and to the harness itself.\n\n---\n\n## Principles\n\n- **No garbage** — Every skill is reviewed by `rust-code-reviewer`, `rust-code-tester`, and `rust-architect`.\n- **Small and focused** — One skill = one clear responsibility.\n- **Self-verifying** — Skills contain their own usage rules and activation statements.\n- **Dogfooded** — The harness is used to maintain the harness (and its public site).\n\n---\n\n## Contributing\n\nContributions are welcome, especially improvements to the harness process and new high-quality skills that follow the same standards.\n\nPlease read [HARNESS-SPEC.md](HARNESS-SPEC.md) and follow the stacked PR + GAN discipline used in this repository.\n\n---\n\n## License\n\nMIT — use freely, improve boldly, give credit where it’s due.\n\n---\n\n## About\n\nMaintained by **Nathan Sculli** (@scull7)  \nChristian • Father • Functionally Obsessed\n\n\u003e “Whatever you do, work at it with all your heart, as working for the Lord.” — Colossians 3:23\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscull7%2Fcrossr-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscull7%2Fcrossr-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscull7%2Fcrossr-skills/lists"}