NoahJenkins
- 6 skills
- 0 followers
- 1 day ago last updated
- ▌ Sync Agents · noahjenkinsSynchronize AGENTS.md content into all detected AI coding agent configurations. AGENTS.md is the universal source of truth — read natively by GitHub Copilot (Aug 2025+), OpenAI Codex, Cursor, Gemini CLI, and VS Code. Falls back to .github/copilot-instructions.md for repos that have not migrated yet. Use when asked to mirror AGENTS.md or .github/copilot-instructions.md into Claude, Cursor, Gemini, Windsurf, and related tooling.
- ▌ Sync Agents 2 · noahjenkinsSynchronize AGENTS.md content into all detected AI coding agent configurations. AGENTS.md is the universal source of truth — read natively by GitHub Copilot (Aug 2025+), OpenAI Codex, Cursor, Gemini CLI, and VS Code. Falls back to .github/copilot-instructions.md for repos that have not migrated yet. Use when asked to mirror AGENTS.md or .github/copilot-instructions.md into Claude, Cursor, Gemini, Windsurf, and related tooling.
- ▌ Eval Artifacts · noahjenkinsLLM-as-judge scoring skill. Takes a transcript + sandbox state, applies the rubric, and produces a structured score report in docs/testingResults/.
- ▌ Test Artifact · noahjenkinsTest distributable Copilot artifacts (agents, prompts, instructions, skills) against the testing_sandbox workspace. Use when you want to validate real behavior, collect actionable feedback, and publish dated results in docs/testingResults/.
- ▌ Dependabot Automation · noahjenkinsAutomate Dependabot PR merging safely, align branch protection to current CI jobs, and remediate stored-XSS output sinks. Use when asked to set up Dependabot auto-merge, harden branch protection for CI, or fix output-encoding vulnerabilities in URL composition, templated script output (e.g. JSON-LD), or RSS/XML interpolation. Works with any GitHub-hosted repository.
- ▌ Research Loop · noahjenkinsIterative prompt improvement loop (Karpathy autoresearch pattern). One iteration per invocation — run → score → hypothesize → apply → re-test → commit if improved, revert if regressed. Human-supervised; designed for single-turn skills.