Chris Grady avatar

Chris Grady

Community

@cgfixit · Atlanta, Georgia

31Followers
|
16Public Repos
|
20Published Skills

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.

Skills Distribution
DomainCybersecurit...Application Securi.. (40%)Supply-Chain & Dep.. (20%)Rust Backend & Des.. (20%)Documentation & Pa.. (10%)

Agent Skills by Chris Grady

Showing 20 vetted skills indexed across 1 GitHub repositories.

cgfixitcgfixit

fable-protocol

Enforces reasoning discipline, verification, and security hygiene for agents editing the CG-agent-harness repository.

Community
Advanced
cgfixitcgfixit

cgagentharness-write-policy-redteam

Adversarially test CG-agent-harness write gates, git approval, and clone jail boundaries.

Community
Advanced
cgfixitcgfixit

cgagentharness-parity

Maintains CyClaw-to-harness parity documentation by classifying drift against harness code truth.

Community
Intermediate
cgfixitcgfixit

run-cg-agent-harness

Build, run, and smoke-test the cgagentharness Rust server and browser console with a fake local model.

Community
Advanced
cgfixitcgfixit

verification-specialist

Adversarially verify CG-agent-harness changes through executed tests and negative probes without modifying the project.

Community
Advanced
cgfixitcgfixit

cgagentharness-invariant-guard

Validates CG-agent-harness security invariants against the current tree or a diff using Rust integration tests.

Community
Advanced
cgfixitcgfixit

cgagentharness-config-guard

Validates config.default.yaml against harness security contracts using Rust invariant tests.

Community
Intermediate
cgfixitcgfixit

cgagentharness-project-guidance

Guides repository work by mapping tasks to authoritative CG-agent-harness source files and quality gates.

Community
Intermediate
cgfixitcgfixit

cgagentharness-runtime-invariant-check

Verify core security invariants hold after changes to Rust security-critical modules.

Community
Advanced
cgfixitcgfixit

dep-sync

Synchronizes Cargo manifests, lockfiles, toolchain pins, and CI config against origin/main.

Community
Advanced
cgfixitcgfixit

cgagentharness-optimize

Scans the CG-agent-harness Rust codebase and implements evidence-backed improvements as draft PRs.

Community
Advanced
cgfixitcgfixit

cgagentharness-gotchas

Documents session-tested traps and wrong fixes for CG-agent-harness development workflows.

Community
Intermediate
cgfixitcgfixit

cgagentharness-verify-deps

Verify Cargo dependencies, security advisories, licenses, and locked versions across Rust crates.

Community
Intermediate
cgfixitcgfixit

cgagentharness-doc-sync

Detects documentation drift between code, configuration, and project docs in a Rust harness.

Community
Intermediate
cgfixitcgfixit

doc-sync

Rewrites stale documentation to match code changes diffed against origin/main.

Community
Intermediate
cgfixitcgfixit

cgagentharness-release

Builds and verifies universal macOS desktop release artifacts for CG-agent-harness.

Community
Advanced
cgfixitcgfixit

cgagentharness-verify

Verify CG-agent-harness backend, desktop, and model behavior with isolated fixtures and evidence.

Community
Advanced
cgfixitcgfixit

repo-optimize

Scan a GitHub repository for code, CI, security, and maintainability fixes and open focused draft pull requests.

Community
Intermediate
cgfixitcgfixit

ponytail

Reviews supplied code and diffs against a stated task using evidence-grounded guidelines.

Community
Basic
cgfixitcgfixit

karpathy-guidelines

Applies behavioral guidelines to reduce common LLM coding mistakes during code writing and review.

Community
Basic

Frequently Asked Questions About Chris Grady

FAQPage Schema
What 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.