create-journal-entry

Create CPI-SI journal entries from templates across four types.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/Creative-Workz-Studio-LLC/bereshit --skill create-journal-entry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-journal-entry
Source: https://github.com/Creative-Workz-Studio-LLC/bereshit/tree/main/word/claude/skills/create-journal-entry
Command: npx skills add https://github.com/Creative-Workz-Studio-LLC/bereshit --skill create-journal-entry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cws.studio/pkg/util/fs/toml, cws.studio/skills/create-journal-entry/scripts/pkg/config, cws.studio/skills/create-journal-entry/scripts/pkg/entry, cws.studio/pkg/util/pure/cli, cws.studio/pkg/util/pure/output, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill streamlines the creation and templating of CPI-SI journal entries across Bible Study, Personal, Instance, and Universal types, reducing manual setup and ensuring consistent structure.

Core Features & Use Cases

  • Automatic generation of journal entry files in the Bereshit repository
  • Template-driven content with multiple sections per type and a CLI workflow
  • Centralized configuration via journal-config.toml to enforce paths, types, and templates
  • Use Case: quickly scaffold a new Bible Study entry or an Instance pattern for a CPI-SI module

Quick Start

Run the journal creation command to generate a new entry and populate the appropriate template.

Frequently Asked Questions about create-journal-entry

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

FAQPage Schema
How do I automate journal entry creation with consistent templating?

Automating journal entry creation requires CLI tooling and centralized configuration to enforce consistent structure. This skill uses templates and a TOML configuration file to validate types before writing files to the correct repository paths.

What is the best way to scaffold a new Bible Study or Instance journal entry?

Scaffolding a new Bible Study or Instance journal entry is best handled by running a CLI creation command. This automatically generates the file and populates the appropriate template with multiple sections tailored to the specific entry type.

Can I use CLI tooling to enforce consistent paths and types for knowledge-base entries?

Yes, you can use CLI tooling to enforce consistent paths and types for knowledge-base entries. Centralized validation via a TOML configuration file ensures correct type handling and storage before any files are written.

Does journal entry automation work with multiple entry types like Personal and Universal?

Journal entry automation supports Bible Study, Personal, Instance, and Universal entry types. It applies template-driven content generation within the Bereshit repository to maintain structural consistency across all categories.

Why does my journal entry creation fail before writing files?

Journal entry creation fails before writing files when validation checks are not met. The process relies on SKILL.md frontmatter identity and a TOML configuration file to validate entry types, ensuring correct handling before generating the file.

Do I need a configuration file to manage CPI-SI journal templates?

Yes, you need a centralized configuration file to manage CPI-SI journal templates. The journal-config.toml file enforces paths, types, and templates to ensure the CLI tooling generates structurally consistent entries.