Install
$ agentstack add skill-greatmark-fable-field-guide-skills-reference-hunt ✓ 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.
About
Reference Hunt
Sometimes the user cannot describe what they want in detail — they lack the vocabulary, or describing it would take longer than showing it. The best reference is source code.
Workflow
- Get a pointer. If the user already named a reference (a library, a
vendored crate, a folder, a component on a website), start there. If not, propose 2-3 candidate references yourself — from the codebase, vendored dependencies, or well-known open-source implementations — and let the user pick. One short message, not an interview.
- Read the real implementation. Read the reference's source code, not
its README, docs, or a screenshot. For a website module, read the underlying markup and code — structure, state handling, how it is actually built. A different language than the target is fine; semantics transfer, syntax does not.
- Write down what you are taking. Before implementing, give the user a
short list: the semantics being ported (edge cases, state transitions, API shape, visual details), and what is deliberately not being ported. This is where the user's "I'd know it when I see it" gets checked cheaply.
- Reimplement, don't transplant. Port the behavior into the target
stack following the project's existing conventions and idioms. Cite the reference file paths in your summary so claims are checkable.
Rules
- Never copy code verbatim from an external reference — port semantics,
respect licenses, match the project's style.
- If the reference's behavior conflicts with something the user stated,
surface the conflict instead of silently picking one.
- If the reference turns out to be a poor fit, say so and propose another —
a bad reference is worse than none.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: GreatMark
- Source: GreatMark/fable-field-guide-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.