Automatically create journal entries and usage manuals after completing significant work. Ensures projects have a paper trail.
npx claudepluginhub mottlio/project-documentation --plugin project-documentationA Claude Code skill that automatically documents completed work in journal entries and usage manuals.
After you complete significant work — a feature, bugfix, infrastructure setup, configuration change — this skill guides Claude to:
It checks for existing documentation first to avoid duplicates, appending to related entries instead of creating new files.
# Add the marketplace
claude plugin marketplace add mottlio/project-documentation
# Install the skill
claude plugin install project-documentation
The skill looks for documentation directories in this order:
docs/
journal/ # Chronological work entries (YYYY-MM-DD-description.md)
manuals/ # Operational reference docs (descriptive-name.md)
If docs/ doesn't exist, it looks for journal/ and manuals/ at the project root. It creates directories as needed but won't reorganize your existing structure.
This skill works great alongside Superpowers — the core skills library for Claude Code that provides TDD, debugging, planning, and other workflows. Together they cover the full development lifecycle: Superpowers guides how you build, and Project Documentation ensures the work gets recorded.
# Email Calendar Integration
**Date:** 2026-04-02
## Objective
Add email reading and calendar access to the main Svelt instance via the gws CLI tool.
## What was done
- Installed gws CLI and configured OAuth credentials
- Added exec tool allowlist entries for gws commands
- Created email-triage cron job (hourly, sends Telegram summary)
- Tested end-to-end: read, draft, send, calendar list/create
## Outcome
Email and calendar integration working. Cron job active and delivering summaries.
# Email & Calendar (gws CLI)
## Overview
Email reading/drafting and calendar management via the gws CLI tool,
connected to svelt.assistant@gmail.com.
## Common operations
### Check email
gws gmail inbox --max 10
gws gmail +triage
### Send a draft
gws gmail draft --to user@example.com --subject "Hello" --body "..."
gws gmail send --id <draft-id>
### View calendar
gws calendar list --today
gws calendar list --days 7
## Troubleshooting
If auth fails, credentials may have expired. Run:
gws-setup-credentials.sh
MIT
Create skills from documentation folders and project codebases. Review, test, and package Anthropic Agent Skills for Claude.ai and Claude Code. 13 commands including from-docs, from-project, beginner tutorial, interactive wizard, templates, quality auditing, and distribution packaging.
Complete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.
draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.