— No reviews yet
0 installs
0 views
— view→install
Install
$ agentstack add skill-alessiomarcone-agent-fieldbook-skill ✓ 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.
Are you the author of Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Skill
Create a skill around one repeatable user intent and one output contract.
References
Resolve the target product, then read its branch:
- Claude:
references/claude-code-estensioni.md. - Codex:
references/codex-skills.md. - Read
references/ai-fluency-4d-corso.mdwhen delegation, discernment, or diligence rules shape the workflow.
Procedure
- Confirm the workflow is repeatable and belongs in a skill rather than always-on instructions, a subagent, hook, plugin, or MCP integration.
- Define at least three representative triggers and clear non-triggers.
- Specify inputs, one primary output, failure behavior, side-effect policy, and success checks.
- Keep essential procedure in
SKILL.md; place detailed knowledge in directly linkedreferences/; use scripts only for deterministic repeated operations. - Match freedom to risk: guidance for flexible work, templates for repeatable work, scripts for fragile deterministic work.
- Follow the selected product's current naming and packaging rules.
- Validate structure and forward-test triggers, non-triggers, normal cases, boundaries, and failures.
Output contract
Return:
- Decision — why a skill is the right mechanism.
- Contract — triggers, non-triggers, inputs, output, failure behavior, and authority.
- File tree — only required files.
- Implementation — complete files when requested.
- Validation — exact checks and forward-test prompts.
Boundaries
- Do not create an “everything” skill.
- Do not package or publish a bundle of existing workflows; route distribution work to
plugin. - Do not duplicate detailed material in both
SKILL.mdand references. - Do not add repository documentation inside a skill folder.
- Do not claim success before validation and trigger testing.
- Answer in the user's language.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: alessiomarcone
- Source: alessiomarcone/agent-fieldbook
- 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.