日記エージェント v1.0.0

Manage local Markdown notes, diaries, and tasks with YAML frontmatter via CLI.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill v1-0-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 日記エージェント v1.0.0
Source: https://github.com/u-ss/Antigravity-chatgptpro-/tree/main/.agent/workflows/diary
Command: npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill v1-0-0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you manage your local notes, diaries, and tasks efficiently by storing them in a structured Markdown format and providing easy access through a command-line interface.

Core Features & Use Cases

  • Structured Note-Taking: Save entries as Markdown files with YAML frontmatter, including type, title, tags, and timestamps.
  • Versatile Management: Supports diaries, tasks, and general notes, with status tracking for tasks.
  • Efficient Retrieval: Quickly search, list, and retrieve entries by keywords, tags, or date.
  • Use Case: You need to quickly jot down a thought, track a to-do item, or review your daily journal entries. This Skill allows you to do so locally and retrieve the information whenever needed.

Quick Start

Add a new diary entry with the title "My first entry" and the body "This is a test entry for the diary skill."

Frequently Asked Questions about 日記エージェント v1.0.0

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage local markdown notes and diaries with YAML frontmatter?

Local markdown notes and diaries with YAML frontmatter are managed by saving entries into structured directories and maintaining a search index. You can add, search, list, and update these markdown files through a command-line interface.

What is the best way to organize local tasks and notes using a CLI?

Organizing local tasks and notes via a CLI involves separating them into dedicated directories for diaries, tasks, and general notes. This structured approach maintains a JSON search index for efficient keyword, tag, and date retrieval.

Can I search local markdown entries by tags and dates?

Yes, you can search local markdown entries by tags and dates. The system maintains an index file that allows you to quickly list and retrieve specific diaries, tasks, or notes based on keywords, tags, or timestamps.

Does local diary management require any external dependencies?

No, local diary management does not require external dependencies. The system operates entirely on local storage, saving your entries as markdown files and managing the search index without needing additional packages.

How do I add a new task entry with status tracking via command line?

To add a new task entry with status tracking via command line, you use the add command to specify the title and body. The system creates a markdown file with YAML frontmatter that includes the task type, timestamps, and status.