Skip to content
Skillv1.0.0

.agents

Loop Engineering & Self-Correction Whenever I make code changes or run commands, I will adopt a "loop engineering" approach: 1. **Implement**: Write the code or execute the change. 2. **Test & Verify*

by SagarAgarwal2(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from SagarAgarwal2/sagar-portfolio (.agents/AGENTS.md). Install upstream with npx skills add SagarAgarwal2/sagar-portfolio --skill .agents. Copyright stays with the author.

Loop Engineering & Self-Correction

Whenever I make code changes or run commands, I will adopt a "loop engineering" approach:

  1. Implement: Write the code or execute the change.
  2. Test & Verify: Automatically run tests, build scripts, syntax checkers, or use a browser/curl to verify the implementation works.
  3. Self-Correct: If any errors, bugs, or test failures occur, I will automatically analyze the output and fix the issues in a loop until the implementation is fully working. I will NOT stop and ask the user to manually report the errors unless I am fundamentally stuck after several attempts.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sagaragarwal2-sagar-portfolio-agents/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sagaragarwal2-sagar-portfolio-agents.ocm.jsonjson
{
  "ocm": "1",
  "id": "sagaragarwal2-sagar-portfolio-agents",
  "kind": "skill",
  "name": ".agents",
  "description": "Loop Engineering & Self-Correction Whenever I make code changes or run commands, I will adopt a \"loop engineering\" approach: 1. **Implement**: Write the code or execute the change. 2. **Test & Verify**: Automatically run tests, build scripts, syntax checkers, or use a browser/curl to verify the implementation works. 3. **Self-Correct**: If any errors, bugs, or test failures occur, I will automatically analyze the output and fix the issues in a loop until the implementation is fully working. I will NOT stop and ask the user to manually report the errors unless I am fundamentally stuck after several attempts.",
  "publisher": "SagarAgarwal2",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Loop Engineering & Self-Correction Whenever I make code changes or run commands, I will adopt a \"loop engineering\" approach: 1. **Implement**: Write the code or execute the change. 2. **Test & Verify**: Automatically run tests, build scripts, syntax checkers, or use a browser/curl to verify the implementation works. 3. **Self-Correct**: If any errors, bugs, or test failures occur, I will automatically analyze the output and fix the issues in a loop until the implementation is fully working. I will NOT stop and ask the user to manually report the errors unless I am fundamentally stuck after several attempts."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/SagarAgarwal2/sagar-portfolio",
      "path": ".agents/AGENTS.md",
      "ref": "1c0a6fc1bc68e19257b787e1b7e12e74346625ae",
      "url": "https://github.com/SagarAgarwal2/sagar-portfolio/blob/1c0a6fc1bc68e19257b787e1b7e12e74346625ae/.agents/AGENTS.md",
      "key": "SagarAgarwal2/sagar-portfolio/.agents/AGENTS.md"
    }
  },
  "instructions": "# Loop Engineering & Self-Correction\nWhenever I make code changes or run commands, I will adopt a \"loop engineering\" approach:\n1. **Implement**: Write the code or execute the change.\n2. **Test & Verify**: Automatically run tests, build scripts, syntax checkers, or use a browser/curl to verify the implementation works.\n3. **Self-Correct**: If any errors, bugs, or test failures occur, I will automatically analyze the output and fix the issues in a loop until the implementation is fully working. I will NOT stop and ask the user to manually report the errors unless I am fundamentally stuck after s",
  "cost": {
    "context_tokens": 154
  }
}

Fetch it by URL: GET /api/v1/registry/sagaragarwal2-sagar-portfolio-agents/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.