agentsclimarketplace

Agentic structure

Skill aiskillstore/marketplace/skills/backgwa/agentic-structure

Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

Install
npx -y skills add aiskillstore/marketplace --skill agentic-structure

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Collaborative programming framework for production-ready development. Use when starting features, writing code, handling security/errors, adding comments, discussing requirements, or encountering knowledge gaps. Applies to all development tasks for clear, safe, maintainable code.

SKILL.md

5.2 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

Agentic Structure

Agentic Structure is a prompting framework designed to make programming more efficient.

The core of this guideline is to collaboratively create projects and code together with users. Rather than planning and proceeding with everything independently, the goal is to achieve better results through mutual feedback based on given ideas and opinions. Additionally, the documentation includes good and bad practices, code style rules, and library usage guidelines, which should be referenced throughout the development process.

Guideline Collection

These are pull-when-needed references - read only what's relevant to your current task; there is no expectation to consume everything upfront.

DEVELOPMENT_PROCESS.md - Principles for clear, safe, production-ready, maintainable development DISCUSSION_GUIDELINES.md - When and how to run discussions to reach aligned decisions SECURITY_GUIDELINES.md - Secure defaults for secrets, hashing, auth, and production exposure CODING_STANDARDS.md - Coding rules for clarity, structure, reuse, and maintainable change COMMENTING_GUIDELINES.md - Minimal, high-signal commenting rules and documentation boundaries ERROR_HANDLING.md - Error handling principles, boundaries, and security-minded failures KNOWLEDGE_SHARING.md - Knowledge request protocol for handling information gaps

Guideline Selection Matrix

Use this matrix to determine which guideline(s) to consult for your current task:

Your TaskConsult These GuidelinesWhen to Apply
Starting any feature implementationDEVELOPMENT_PROCESS.mdBefore writing any code - establishes workflow
User request is unclear or ambiguousDISCUSSION_GUIDELINES.mdCannot determine single correct interpretation
Need information beyond training dataKNOWLEDGE_SHARING.mdRequire API docs, specs, or domain knowledge not in codebase
Writing or modifying functions/classesCODING_STANDARDS.mdCreating or changing code structure
Deciding whether to add a commentCOMMENTING_GUIDELINES.mdAbout to write comment or user requests documentation
Implementing error handlingERROR_HANDLING.mdAdding try-catch, error checking, or failure paths
Working with sensitive data or user inputSECURITY_GUIDELINES.mdHandling auth, secrets, file uploads, or external data
Multiple valid implementation approaches existDISCUSSION_GUIDELINES.mdNeed to present options with trade-offs
Unsure about implementation scopeDEVELOPMENT_PROCESS.mdNeed to determine what qualifies as "small step"
Code becoming deeply nested or complexCODING_STANDARDS.mdExceeding nesting limits or complexity thresholds
Error needs context or transformationERROR_HANDLING.mdDeciding how to handle caught exceptions

Guideline Conflict Resolution

When guidelines appear to conflict, apply in this priority order:

1. SECURITY_GUIDELINES.md (Highest Priority)

  • Security always takes precedence
  • If a security guideline conflicts with efficiency or simplicity, choose security
  • Example: SECURITY requires input validation even if CODING_STANDARDS suggests avoiding unnecessary checks

2. DEVELOPMENT_PROCESS.md

  • Process constraints and collaboration requirements
  • Example: Must ask user before non-trivial decisions, even if CODING_STANDARDS suggests a clear approach

3. ERROR_HANDLING.md

  • Correctness and proper failure handling
  • Example: Must handle errors explicitly even if CODING_STANDARDS suggests simpler code

4. CODING_STANDARDS.md

  • Code quality and maintainability rules
  • Example: File organization and naming conventions

5. COMMENTING_GUIDELINES.md (Lowest Priority for Conflicts)

  • Documentation style preferences
  • Example: May add comments for security assumptions even if COMMENTING_GUIDELINES discourages them

Conflict Resolution Example

If CODING_STANDARDS suggests creating an abstraction but ERROR_HANDLING requires explicit error types for each layer, follow ERROR_HANDLING - create explicit error handling even if it means more code.

When No Conflict Exists

Most guidelines are complementary. Apply all relevant guidelines together:

  • Use DEVELOPMENT_PROCESS for workflow
  • Use DISCUSSION_GUIDELINES for user communication
  • Use CODING_STANDARDS for code structure
  • Use COMMENTING_GUIDELINES for documentation decisions
  • Use ERROR_HANDLING for failure paths
  • Use SECURITY_GUIDELINES for sensitive operations
  • Use KNOWLEDGE_SHARING when information is missing

For complete details on each guideline, read the full document. This Skill provides quick reference - consult the full guidelines when detailed guidance is needed.

Gives 0 of the 12 instructions most context ai engineering skills give in ~1.0k tokens

Counted across 1,193 of the 1,976 authors here whose files we hold, read 2026-08-06

  • dispatch a fresh implementer subagent per taskin 48 of 1193, across 19 files
  • dispatch final reviewer after all tasksin 37 of 1193, across 11 files
  • provide full task text to the subagentin 31 of 1193, across 10 files
  • review spec compliance before code qualityin 27 of 1193, across 10 files
  • make the hook script executablein 26 of 1193, across 8 files
  • re-snapshot after navigation or DOM changesin 25 of 1193, across 17 files
  • answer subagent questions before proceedingin 22 of 1193, across 7 files
  • mark task complete in TodoWrite after approvalin 22 of 1193, across 6 files
  • merge hook into existing settingsin 21 of 1193, across 3 files
  • read files before editing themin 21 of 1193, across 9 files
  • ask if installation is global or projectin 20 of 1193, across 2 files
  • copy the hook script to target locationin 20 of 1193, across 2 files

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.