πŸ”Œ

project-init

πŸ”ŒPlugin

MoxyWolfLLC/moxywolf-plugins

Installation

Add marketplace in Claude Code:
$/plugin marketplace add MoxyWolfLLC/moxywolf-plugins
Step 2. Install plugin:
$/plugin install project-init@moxywolf-plugins
VibeIndex|
What it does
|

Cowork project lifecycle for MoxyWolf projects. /init-project scaffolds tailored Project Instructions. /session-start auto-resolves the project β€” explicit argument, then launch directory, then the most recently active project, never a picker β€” mounts the three standard roots, reads the previous session's handoff (cross-checked against current team-shared memory so stale procedural reminders get flagged STALE rather than silently propagated), reads Taskade/_Shared Files/_shared-memory/INDEX.md and surfaces it as a 'Team-shared rules in effect' briefing section, and probes the team-shared OpenRouter key (DR-010). /session-end asks who authored the handoff and whether it's a baton-pass, writes the canonical handoff with `author` / `for` frontmatter, requires every general behavioral reminder in the procedural-reminders section to cite a currently-existing team-shared memory file (or be tagged session-specific), supports --author / --handoff-to / --solo, refreshes each writable repo's README.md, then runs /obsidian-update. /init-project saves the full instructions on disk as the single source of truth and pastes only a thin loader stub (mounts + file-write-path override + read-the-file-first imperative) into Cowork settings, so the embedded copy never drifts out of sync with the on-disk file (DR-010). The stub skeleton and on-disk reconciliation directives live in a vault spec that both /init-project and /refresh-project-instructions read at run time, so changing a project-instruction rule is a vault edit plus a per-project /refresh-project-instructions run, never a plugin update. v0.22.0: folder access is fully mode-agnostic across online (cloud) and offline (on-computer) β€” each capability is detected by tool presence with a filesystem-probe fallback (detect via get_device_info or by listing the path; mount via request_cowork_directory when present, else prompt Add folder; pick via native picker when present, else device_list_dir + AskUserQuestion chips), so nothing hard-depends on request_cowork_directory and the skills run identically online or offline. v0.23.0: task-board reads moved from the retired vault kanban (KANBAN_VIEW.md) to the team Jira board (project MOXY) β€” /session-start Step 4b queries MOXY via the Atlassian MCP, strictly filtered fail-closed to the project's Jira label (project-<slug>); the 'Kanban project tag(s)' field now denotes a Jira label.

πŸͺ

Part of

MoxyWolfLLC/moxywolf-plugins

productivitycoworkproject-setupsession-handoffteam-handoffteam-shared-memory
0
-
AddedJul 23, 2026

More from this repository10

πŸ”Œ
vault-code-learnπŸ”ŒPlugin

The missing code-learning loop. At session start (or on demand via /code-learn) walks the active repo(s) under ~/Documents/GitHub/, extracts a durable pattern digest β€” tech stack and dependency signatures, naming conventions, error-handling style, test patterns, lint/type rules, file-layout idioms, frequent imports, and what the repo intentionally does NOT use β€” and writes one digest per repo to MoxyWolf Vault/_Shared Knowledge/Code Patterns/<repo>.md. Incremental: only files modified since the digest's last-learned timestamp are re-read. The digest is referenced by future Claude sessions so suggestions match the team's existing patterns instead of generic boilerplate. Auto-invoked by /session-start; manual trigger via /code-learn <repo> | --project <slug> | --all. v0.1.0.

πŸ”Œ
frontier-founder-smbπŸ”ŒPlugin

Frontier Founder SMB (FFSMB) β€” pre-built small-business workflows on a modern indie-founder stack: Clarify AI CRM, Stripe payments, QuickBooks accounting, DocuSign, Gmail/Google, and claude.ai/design. Cash flow, month-end close, invoice chasing, weekly briefs, CRM upkeep, customer pulse, contract review, hiring, growth campaigns β€” with an approval gate on anything touching money or customers. A MoxyWolf public fork of Anthropic's Small Business plugin, re-homed off PayPal/HubSpot/Square/Canva. Companion to the Apollo plugin for B2B prospecting. v0.3.1: installable β€” all 31 skills migrated, design lane rewritten for claude.ai/design, connector manifest in place. Team-beta; a dogfood pass over the transformed money/CRM skills is recommended before public release.

πŸ”Œ
4d-blog-engineπŸ”ŒPlugin

Operationalizes the 4D AI Fluency Framework (Delegation, Description, Discernment, Diligence) for content production. The single front door for every MoxyWolf blog property: a targets/ registry (FrontierFounder wired; STIGViewer, moxywolf-website, prfaq register-only) drives canonical URL, JSON-LD, frontmatter, and hero per destination, and every post picks a publishing target + a pillar (new or existing) before drafting β€” the hub-and-spoke methodology, with /blog-pillar to manage pillars and their linking maps. /blog-init is writer-friendly: two folder picks, author name, hero vibe, optional live URL. /blog-voice runs a self-contained 8-question voice interview and writes a per-writer voice profile; multi-voice supported. /blog-start mounts the two directories and surfaces in-progress and unpublished pieces. /blog-pipeline runs the 4-phase pipeline: 30-day discourse sweep across reddit/X/HN/Substack/Facebook/Quora/podcasts/academic with a /council:deliberate synthesis pass, verified bibliography via bibtex-builder, draft in the writer's voice via research-pipeline/content-writer, two-tier anti-AI-slop pass, then a nonce-bound Release Owner Gate (100-point rubric). On sign-off, the pipeline ends β€” social derivatives are opt-in. /blog-social derives any subset of: LinkedIn Post + first-comment (feed Post 1,300-2,500 chars sweet spot, 2,900 hard cap under LinkedIn's 3,000-char ceiling, zero body links; companion first-comment file with the fixed "If you want to do your own research…" opener, the blog URL, and the 2-3 sources the Post quotes inline), LinkedIn Article (optional long-form, separate selection), Twitter/X (5-10 post thread with ≀280-char per-post hard cap, script-enforced), Facebook (single 300-500 char post with body-inline link). One voice profile, per-platform register shifts (Twitter compressed; Facebook warmer; LinkedIn professional; first-comment voice-off and utilitarian). /blog-publish ships a signed post β€” the writer never types a git command. Implements the Release Owner Gate from MoxyWolf's Beyond the Prompt whitepaper.

πŸ”Œ
board-deckπŸ”ŒPlugin

Generate MoxyWolf monthly board deck from LivePlan, GA4, Taskade, and GitHub data.

πŸ”Œ
obsidian-skillsπŸ”ŒPlugin

Steph Ango / Obsidian's five official agent skills vendored into the MoxyWolf marketplace so every team Mac gets consistent Obsidian fluency. Ships obsidian-markdown (proper wiki-link / callout / embed rendering), obsidian-bases (Obsidian's new Bases query syntax that replaced Dataview for most use cases), json-canvas (the JSON Canvas spec for visual boards), obsidian-cli (script-friendly Obsidian invocation), and defuddle (Defuddle HTML-to-Markdown cleanup for web clips). Upstream: kepano/obsidian-skills, Apache-2.0. v1.0.0.

πŸ”Œ
editorial-forgeπŸ”ŒPlugin

Transform AI-generated content into author-owned work through structured editorial judgment, voice extraction, and Sorkin DOB narrative framing β€” with a complete authorship record.

πŸ”Œ
excalidraw-vaultπŸ”ŒPlugin

Generate Excalidraw diagrams directly into the MoxyWolf Vault in the zsviczian Obsidian-Excalidraw plugin's native .excalidraw.md format. /excalidraw <description> writes to _Shared Knowledge/Diagrams/ or Projects/<project>/06-Engineering/diagrams/; /excalidraw-here generates a diagram of the current document and embeds it next to that note. Carries the excalidraw-vault-core runner protocol (Obsidian wrapping format, element schema, depth assessment, routing) as the single source of truth so future plugins can delegate. Parallels vault-code-learn (code axis) and graphify-vault (knowledge axis) on the diagram axis.

πŸ”Œ
saas-frontend-designerπŸ”ŒPlugin

Full-pipeline front-end design system for SaaS products and marketing sites. Generates, polishes, audits, and optimizes production-ready Next.js + React + Tailwind + shadcn/ui interfaces. Includes an anti-slop design-taste gate (Design Read, three dials, anti-default discipline, em-dash ban) adapted from taste-skill (MIT), plus design-fluency material (OKLCH color, typography craft, AI-slop test, craft reference library) consolidated from impeccable (Apache-2.0).

πŸ”Œ
github-repo-analyzerπŸ”ŒPlugin

Analyze GitHub repositories for health, tech-stack conformance, security-classified issue reviews (CWE/OWASP/NIST), HITL code-fix suggestions, closure verification, and reverse-engineered PRDs. Runs a graphify knowledge graph as the mandatory first step of deep analysis β€” corpus from the clone, runner protocol delegated to the graphify plugin's graphify-core skill β€” with keyless and plain-tree-walk fallbacks. Uses native GitHub MCP + gh CLI / REST.

πŸ”Œ
dev-infrastructure-skillsπŸ”ŒPlugin

Framework-specific development best practices for React, Next.js, Supabase/Postgres, TDD, and Playwright E2E testing.