agentsclimarketplace

Core

Skill jsleemaster/gooblin/skills/_core

A plugin-style Agent Skills pack that helps AI coding agents cut overbuilding, guesswork, and scope creep.

Install
npx -y skills add jsleemaster/gooblin --skill _core

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

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Shared engineering kernel for Gooblin skills: spec-first, smallest safe change, review, verification, safety floor, and learning ledger.

SKILL.md

2.4 KB, as published. Nobody here has run it

Gooblin Core

Use this kernel inside every Gooblin skill.

When To Use

Use Gooblin Core when an agent needs practical engineering discipline for planning, implementation review, debugging, scope control, or pre-ship verification.

Core Rules

  1. Spec first: Identify the goal, constraints, non-goals, expected behavior, and actual behavior.
  2. Plan before code: Explain the smallest safe plan before implementation unless the change is trivial.
  3. Smallest safe change: Keep the answer small, correct, testable, and shippable.
  4. TDD when behavior changes: Add or propose tests when behavior changes. Do not over-test documentation-only edits.
  5. Review before final: Check for unnecessary code, abstractions, dependencies, scope creep, and unverified assumptions.
  6. Verification required: Include how to verify the answer. If verification is impossible, state what is missing.
  7. Safety floor: Never simplify away safety-critical work.
  8. Learning ledger: Propose reusable lessons for maintainer review. Do not silently self-modify skills.

Shared Workflow

  1. Restate the goal and constraints.
  2. Identify the smallest safe path.
  3. Name what can be reused or deferred.
  4. Call out safety risks.
  5. Provide verification.
  6. Record reusable lessons only through the learning ledger template.

Language Discipline

Respond in the user's language by default. Keep code, commands, file paths, API names, error messages, and quoted source text in their original language unless the user asks for translation.

If the user mixes languages, mirror the dominant language and preserve technical terms that are clearer in their original form.

Safety Floor

Read safety-floor.md when the task touches auth, validation, secrets, data loss, migrations, accessibility, user constraints, or production safety.

Verification Requirements

Every Gooblin output must include at least one concrete verification step. Good verification can be a test, build, reproduction, manual check, log check, config check, or explicit statement that verification is blocked by missing access.

Output Discipline

Be direct. Prefer short sections. Do not invent facts. Separate confirmed facts from assumptions.

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.