Chris Grady
Community@cgfixit · Atlanta, Georgia
Chris Grady maintains security-hardening, verification, and release skills for CG-agent-harness, a Rust axum console with write gates, sandboxing, and supply-chain controls.
Agent Skills by Chris Grady
Showing 20 vetted skills indexed across 1 GitHub repositories.
fable-protocol
Enforces reasoning discipline, verification, and security hygiene for agents editing the CG-agent-harness repository.
cgagentharness-write-policy-redteam
Adversarially test CG-agent-harness write gates, git approval, and clone jail boundaries.
cgagentharness-parity
Maintains CyClaw-to-harness parity documentation by classifying drift against harness code truth.
run-cg-agent-harness
Build, run, and smoke-test the cgagentharness Rust server and browser console with a fake local model.
verification-specialist
Adversarially verify CG-agent-harness changes through executed tests and negative probes without modifying the project.
cgagentharness-invariant-guard
Validates CG-agent-harness security invariants against the current tree or a diff using Rust integration tests.
cgagentharness-config-guard
Validates config.default.yaml against harness security contracts using Rust invariant tests.
cgagentharness-project-guidance
Guides repository work by mapping tasks to authoritative CG-agent-harness source files and quality gates.
cgagentharness-runtime-invariant-check
Verify core security invariants hold after changes to Rust security-critical modules.
dep-sync
Synchronizes Cargo manifests, lockfiles, toolchain pins, and CI config against origin/main.
cgagentharness-optimize
Scans the CG-agent-harness Rust codebase and implements evidence-backed improvements as draft PRs.
cgagentharness-gotchas
Documents session-tested traps and wrong fixes for CG-agent-harness development workflows.
cgagentharness-verify-deps
Verify Cargo dependencies, security advisories, licenses, and locked versions across Rust crates.
cgagentharness-doc-sync
Detects documentation drift between code, configuration, and project docs in a Rust harness.
doc-sync
Rewrites stale documentation to match code changes diffed against origin/main.
cgagentharness-release
Builds and verifies universal macOS desktop release artifacts for CG-agent-harness.
cgagentharness-verify
Verify CG-agent-harness backend, desktop, and model behavior with isolated fixtures and evidence.
repo-optimize
Scan a GitHub repository for code, CI, security, and maintainability fixes and open focused draft pull requests.
ponytail
Reviews supplied code and diffs against a stated task using evidence-grounded guidelines.
karpathy-guidelines
Applies behavioral guidelines to reduce common LLM coding mistakes during code writing and review.
Frequently Asked Questions About Chris Grady
FAQPage SchemaWhat tasks can I perform using cgfixit's skills?▼
You can enforce CG-agent-harness security invariants, red-team write gates and shim argv boundaries, verify and sync Cargo dependencies with cargo-deny, fix documentation drift across README/AGENTS/INVARIANTS files, run smoke and acceptance tests, and build verified macOS desktop release artifacts.
Who are cgfixit's skills designed for?▼
They target engineers and security reviewers working on the CG-agent-harness repository — a Rust axum server with browser UI and desktop crate. Maintainers handling core-path PRs, dependency updates, releases, or CyClaw parity contracts benefit most from these skills.
What prerequisites and dependencies do these skills require?▼
Most skills require cargo, rustup, cargo-deny, ripgrep, and git within the two-crate Rust workspace (backend on Rust 1.88, desktop on Rust 1.90). repo-optimize additionally needs the gh CLI or GitHub MCP tools and runs under GitHub Copilot coding agents.
Are cgfixit's skills open source and what do they cost?▼
The skills are free to use from the public registry; karpathy-guidelines explicitly carries an MIT license. Other skills ship as repository-native frontmatter for the CG-agent-harness project with no stated commercial licensing or usage fees.
How do the verification and runtime skills work in practice?▼
run-cg-agent-harness builds and smoke-tests the console on headless Linux with a fake local model, while cgagentharness-verify and verification-specialist run isolated fixtures and adversarial failure-path probes. Invariant guards assert I6 process isolation, guard chain order, CSRF contracts, and fail-closed config defaults before merges.