Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oakoss avatar

Agent Standards

  • 58 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

agent-standards is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • agent-standards
  • AI & Agent Building
  • AI-coding skill

Agent Standards by the numbers

  • 58 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #6,517 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill agent-standards

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs58
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Expert Instruction

Overview

Foundational meta-skill that defines behavioral and cognitive standards for senior AI engineering agents. Establishes the reasoning pipeline, memory architecture, and context engineering practices that enable autonomous, long-horizon task execution with verifiable outcomes.

When to use: Configuring agent reasoning, managing context windows, establishing verification protocols, orchestrating multi-agent workflows, optimizing token usage.

When NOT to use: Domain-specific coding tasks (use specialized skills), UI/UX design, database schema work.

Quick Reference

PatternApproachKey Points
PerceptionAnalyze terminal output, codebase, tracesHigh-fidelity input ingestion
HypothesisGenerate multiple solution pathsEvaluate before committing
SimulationReason through change consequencesPredict side effects
ActionPrecise tool executionAtomic, testable commits
CriticismSelf-audit outputCheck for bugs and style violations
Context discoveryMap framework versions and patternsAlways discover before implementing
Dependency auditCheck existing tools before adding new onesAvoid unnecessary dependencies
Verifiable planningDefine Definition of DoneTest pass, build success, or user approval
Interactive alignmentAsk the user for ambiguous requirementsConfirm critical architectural decisions
Atomic implementationApply changes in logical, testable unitsEach commit should be independently verifiable
Audit and cleanupRun linter, remove debug artifactsNo temporary code in final output
Selective readingUse offset and limit parametersAvoid reading entire large files
Symbol searchUse grep/rg to find definitionsDo not read entire directories
Few-shot anchoringProvide canonical examplesMore effective than long rule lists
Memory tieringShort-term, mid-term, long-termMatch persistence to information lifetime
Context packingBundle related filesStructured markdown artifacts
Noise reductionExclude node_modules, dist, binary artifactsMaximize signal-to-noise ratio in context
Semantic summarizationCondense long logs into actionable factsSingle-sentence failure descriptions
Cognitive load pruningRemove irrelevant history from active contextFree tokens for current task reasoning

Common Mistakes

MistakeCorrect Pattern
Failing silently when a tool call or build step errorsAlways report status and errors explicitly to the user
Inventing APIs or methods that do not existSearch documentation or use web search to verify API signatures before using them
Writing verbose explanations instead of showing codePrioritize code-first communication; explain only when asked
Ignoring surrounding code style and conventionsMimic the existing codebase patterns, naming, and formatting
Hardcoding secrets or API keys in source filesUse environment variables and .env file mapping
Reading entire directories to find a single symbolUse grep or rg to locate definitions, then read only relevant sections
Skipping verification after implementationEvery task must have a verification signal before marking complete
Storing sensitive data in memory or context filesRun a secret scrub before persisting any memory vector
Loading full file contents into context unnecessarilyUse partial reads with offset and limit for large files
Including duplicate information from multiple sourcesDeduplicate context to preserve token budget

Delegation

  • Explore a codebase to map framework versions and active patterns: Use Explore agent
  • Execute a complex multi-step implementation with atomic commits: Use Task agent
  • Plan architecture for a long-horizon feature with dependency analysis: Use Plan agent

References

  • Cognitive architecture, reasoning stack, multi-agent orchestration, and cognitive load management
  • Tiered memory systems, short-term to long-term persistence, and shared memory
  • Agent communication protocols including MCP, A2A, and ACP standards
  • Context engineering, token optimization, information hierarchy, and structured packing

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.