Install
$ agentstack add skill-giang6283623-minimal-vibe-coding-kit-clearthought ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
ClearThought
Use ClearThought to turn complex or ambiguous coding work into an evidence-based implementation plan.
Best Use
Use this skill when:
- requirements are broad, conflicting, or under-specified;
- a bug needs root-cause analysis before editing;
- an architecture or refactor decision has tradeoffs;
- a task needs to be split into small pull-request sized steps;
- the user asks for deliberate reasoning, ClearThought, or a structured decision.
Operations
Choose the narrowest operation that fits:
sequential_thinking: decompose a complex request into ordered work.debugging_approach: isolate a broken behavior with hypotheses and checks.decision_framework: compare implementation options and choose one.systems_thinking: map components, contracts, and side effects.scientific_method: define hypothesis, metric, baseline, experiment, and result.risk_review: identify safety, security, data, and rollback risks.implementation_plan: produce an edit plan, validation plan, and review checklist.
If the operation is omitted, infer it from the request. Default to sequential_thinking.
Workflow
- Read
AGENTS.mdandbackbone.ymlbefore repo edits. - Separate observed facts, assumptions, unknowns, and decisions.
- Pick one operation and keep the reasoning focused on the next useful action.
- Split the work into safe tasks with file or module ownership where possible.
- Define validation commands and risk checks before editing.
- Revisit the plan when new evidence invalidates an assumption.
Output
For normal coding work, return this concise structure:
## ClearThought Brief
Operation:
Problem:
Observed facts:
-
Assumptions:
-
Plan:
1.
2.
Validation:
-
Risks:
-
For user-invoked JSON mode, return valid JSON:
{
"toolOperation": "operation_name",
"problem": "brief problem statement",
"observedFacts": [],
"assumptions": [],
"plan": [],
"validation": [],
"risks": [],
"sessionContext": {
"sessionId": "conversation"
}
}
References And Examples
Load these only when the active task needs more detail:
references/parameter-reference.md: operation parameters and accepted values.references/output-schemas.md: JSON response shapes for supported operations.examples/sequential-thinking.md: decomposition and step-by-step planning examples.examples/decision-framework.md: option comparison and tradeoff examples.examples/metagame-examples.md: OODA, Ulysses, and high-stakes reasoning examples.
Safety
- Do not expose long hidden reasoning. Provide concise rationale and actionable conclusions.
- Do not invent facts. Mark weak evidence as an assumption or unknown.
- Do not run package lifecycle scripts, hooks, deploys, migrations, or destructive commands just to think.
- Prefer reversible changes and small diffs when uncertainty is high.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: giang6283623
- Source: giang6283623/minimal-vibe-coding-kit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.