Install
$ agentstack add skill-igapyon-igapyon-agent-skills-igapyon-diary-writer ✓ 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
igapyon-diary-writer
This skill handles igapyon's own diary data.
Use it for writing, updating, checking, or preparing entries in the diary repository. The canonical diary content is the GitHub repository https://github.com/igapyon/diary. In local work, assume the sibling path ../diary/ exists relative to this igapyon-agent-skills repository.
igapyonv3 is the processing system for diary. Its GitHub repository is https://github.com/igapyon/igapyonv3; locally, assume sibling path ../igapyonv3/ exists when inspection is needed. Use igapyonv3 only to understand or verify diary processing rules, such as .src.md conversion, generated .md / .html.md, index generation, keywords, and supported FreeMarker directives.
When To Use
Use this skill when the user asks for:
igapyon-diary-writer- an igapyon diary entry
diary/YYYY/igYYMMDD.src.mdcreation or revision- checking diary source, generated Markdown, keyword, memo, index, or RSS behavior
- applying
igapyonv3conventions to diary content - preparing a diary entry from notes, events, repository work, release work, or daily observations
Do not use this skill for:
- Mikuku Note articles or
mikuku-articles - generic blog posts not intended for
diary - Qiita, Note, GitHub PR, GitHub Release, or social post writing unless the user explicitly connects it to diary content
Workflow
Read [references/workflow.md](references/workflow.md) before creating, revising, checking, or verifying diary content.
Read [references/diary-structure.md](references/diary-structure.md) when you need the observed 2025/2026 diary structure, related diary section patterns, year index shape, keyword markers, or igapyonv3 custom directive list.
Templates
- [templates/diary-entry-template.md](templates/diary-entry-template.md): normal diary source entry starting point
- [templates/year-index-template.md](templates/year-index-template.md): new year index starting point
The templates are starting shapes, not mandatory output text. Fill only sections supported by the user's facts. Remove optional placeholders when they are not needed.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: igapyon
- Source: igapyon/igapyon-agent-skills
- License: Apache-2.0
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.