One-click install
npx skills add https://github.com/safety-quotient-lab/psychology-agent --skill cycle-safety-quotient-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cycle
Source: https://github.com/safety-quotient-lab/psychology-agent/tree/main/.claude/skills/cycle
Command: npx skills add https://github.com/safety-quotient-lab/psychology-agent --skill cycle-safety-quotient-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that all changes made during a session are consistently documented across various project files, from session logs to architectural designs, and then securely committed to version control.

Core Features & Use Cases

  • Comprehensive Documentation Update: Updates multiple project documents including lab notebooks, journals, architecture specifications, and memory files.
  • Version Control Integration: Commits all documentation changes to Git, ensuring a clear and traceable history of the project's evolution.
  • Use Case: After a productive session where you've refined the system's architecture and added new research findings, running /cycle will update docs/architecture.md, add an entry to journal.md, log the session in lab-notebook.md, and commit all these changes with a descriptive message.

Quick Start

Run /cycle to update all project documentation and commit the changes.

Frequently Asked Questions about cycle

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

FAQPage Schema
How do I automate documentation updates and git commits together?

Automating documentation updates and git commits involves systematically modifying project markdown files and pushing them to version control. This Skill updates lab notebooks, journals, and architecture documents, concluding with a Git commit and push.

What is the best way to synchronize project documentation with version control?

Synchronizing project documentation with version control requires a workflow that updates various markdown files and commits them together. This process ensures project state consistency and traceability by integrating file updates with Git commit and push operations.

How does workflow automation handle multiple markdown files like lab notebooks and journals?

Workflow automation handles multiple markdown files by systematically applying specific update rules across documents like lab notebooks, journals, architecture specs, and memory snapshots. It updates each file type according to its purpose before consolidating the changes.

Do I need Git configured locally to commit documentation changes automatically?

Yes, Git configuration is required locally because the process integrates with Git for version control operations to commit and push modified files. The workflow relies on Git to secure the updated markdown files and maintain a traceable project history.

What are the limitations of automating project state consistency through documentation commits?

Limitations of automating project state consistency include adherence to specific file update rules for markdown files like cognitive trigger definitions and memory snapshots. The process is constrained to the defined multi-step documentation workflow and Git push operations.