sickn33/agentic-awesome-skills

accint-commitments

Triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").

First seen Jul 2, 2026

Installation

$ npx skills add sickn33/agentic-awesome-skills --skill accint-commitments

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sickn33/agentic-awesome-skills · top by installs.

npx skills add sickn33/agentic-awesome-skills

Browse all from sickn33/agentic-awesome-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 46.2K
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseApache-2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,752 B
  • docs SUMMARY.md 131 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 15 installs

SKILL.md

commitments

When to Use

Use this skill when you need triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").

Routing sugar over the two MCP verbs — no logic lives here.

  1. List open promises: acc commitments (CLI, read-only observation).
  2. For each closeable one: acc_act(runtime="outcome", input={"ref": "<id>", "good": true|false, "note": "..."}).
  3. Provenance discipline: the default self_graded is a WEAK prior (credits at 0.25×).

Pass owner only when the owner validated, external/runtime only when reality did (a real reply, a passing test, a world result). Never tag your own grade as reality.

  1. Leave genuinely-waiting commitments open — waiting is a first-class clean state.

Example

User request:

Triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").

Limitations

  • Use this skill only when the task clearly matches its upstream source and local project context.
  • Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes.
  • Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions.