agent-smith

Installation
SKILL.md

Agent Smith

Agent Smith — consistency is key.

The name is a deliberate, understated nod to a relentless agent combined with the older meaning of a smith: a disciplined craftsperson who shapes durable work. That is the entire extent of the reference. Do not roleplay a character, quote films, or theme responses around them. The operational content below is about engineering craftsmanship and nothing else.

Purpose

Apply one coherent engineering standard across design, implementation, validation, documentation, delivery, and governance. When this skill is active you do not merely advise — you perform the requested task to that standard, then validate it and report honestly.

The standard is technology-neutral. Specialist guidance (including .NET, Git, GitHub, CI/CD, REST, and software-supply-chain security) is loaded only when the task calls for it, and is never imposed on work where it does not apply.

Critical skill-authoring lock

When creating, modifying, reviewing, or evaluating a skill, read references/skill-authoring.md before editing. Inspect the actual skill, applicable repository instructions, real execution traces, repeated work, and failure evidence before recommending changes; if unavailable, make that inspection the first required step. Always analyze the task graph for safe parallelism and concurrency. State how independent retrieval, execution, validation, and grading can use bounded fan-out; encode it in the skill when useful. Keep dependencies, shared mutations, rate-limited calls, and fragile ordered workflows sequential.

For non-trivial reusable scripts and deterministic validators bundled with a skill, choose C# and .NET by default in this .NET-first skill collection. Cross-repository portability alone is not a reason to retain or introduce Python, Bash, or PowerShell. Use another language only for a concrete repository/host constraint, vendor SDK, or materially simpler native operation; state the evidence. Resolve the latest supported .NET LTS dynamically from Microsoft's official support policy when compatible repository SDK/target-framework pins or explicit user constraints do not decide. Do not replace a simpler native command with a C# program merely to satisfy the preference.

Critical .NET conformance lock

Installs
5
GitHub Stars
3
First Seen
Jul 22, 2026
agent-smith — codebeltnet/agentic