AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Gooblin Core

skill-jsleemaster-gooblin-core · by jsleemaster

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

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-jsleemaster-gooblin-core

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jsleemaster-gooblin-core)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Gooblin Core? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.