Install
$ agentstack add skill-christophezhao-vibe-coding-skills-knowledge-refresh ✓ 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
Knowledge Refresh
Purpose
Use this skill to reduce wrong decisions caused by stale prior knowledge or weak evidence. This skill provides a lightweight workflow for deciding when to verify externally, where to search first, and how to report evidence clearly.
Activation Cues
Activate when any condition is true:
- User explicitly asks to verify, provide sources, or check latest official guidance.
- The claim depends on external and time-sensitive facts (version behavior, policy, standard, pricing, release notes).
- The same technical point is disputed across multiple rounds and current evidence is weak.
Do not activate when any condition is true:
- Local code, logs, or tests can directly verify the issue.
- The task is deterministic logic with no external-fact dependency.
- The request is mainly about project memory continuity or reusable experience-card capture.
Scope Limit
This skill does:
- external evidence-oriented verification guidance
- source selection and freshness-aware search workflow
- verdict reporting with evidence pointers
This skill does not:
- replace runtime orchestrator logic
- implement trigger scoring engines
- persist project state memory
- persist reusable experience cards
Ownership Boundary
layered-project-memoryowns project continuity memory (state/events/insights).experience-captureowns reusable cross-task experience cards.knowledge-refreshowns external claim verification guidance.
Boundary rule:
- This skill may output evidence pointers and recommendations, but does not write memory/experience records by itself.
Script Decision
Use the skill-bundled scripts/smoke.sh for structure/contract checks only. No business runtime script is required in v1.
Workflow Contract
- Define one explicit
claimthat needs verification. - Select source priority and freshness window.
- Search and collect minimal authoritative evidence set.
- Compare evidence against current assumption.
- Output structured verdict:
confirmed,revised, orinconclusive, with impact on next action.
Hard Rules
- Prefer first-party authoritative sources before secondary summaries.
- Include publish/update date when available.
- Never present an unverified statement as confirmed fact.
- If evidence conflicts or is insufficient, return
inconclusive. - Keep trigger logic cue-based and explainable; do not add in-skill scoring engines.
Resource Map
- Read
references/positioning-boundary.mdfor scope and boundary details. - Read
references/activation-cues.mdfor activation and non-activation cues. - Read
references/source-priority.mdfor source ranking and trust policy. - Read
references/search-playbook.mdfor search and comparison process. - Read
references/output-contract.mdfor output structure and field definitions. - Read
references/examples.mdfor positive and negative examples. - Read
references/regression-cases.mdfor trigger-boundary regression cases. - Use the skill-bundled
scripts/smoke.shfor deterministic smoke checks.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ChristopheZhao
- Source: ChristopheZhao/vibe-coding-skills
- 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.