steemandavid

Projectcontext — Development skill for Claude Code

Development community

Initialize the session with context about the current project — reads relevant changelogs and the project's own .md files so Claude starts fresh sessions already knowing what was built and why.

How to install Projectcontext

Installs to ~/.claude/skills/steemandavid-claude-code-skills-projectcontext/SKILL.md

Terminal
mkdir -p ~/.claude/skills/steemandavid-claude-code-skills-projectcontext && curl -fsSL https://raw.githubusercontent.com/steemandavid/claude-code-skills/HEAD/commands/projectcontext.md -o ~/.claude/skills/steemandavid-claude-code-skills-projectcontext/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Projectcontext does


description: Initialize the session with context about the current project — reads relevant changelogs and the project's own .md files so Claude starts fresh sessions already knowing what was built and why. allowed-tools: [Read, Glob, Grep, Bash]

Project Context Loader

Load context about the current project so this session starts informed about prior work, decisions, and the project's structure. Run this at the start of a fresh chat session.

Step 1: Identify the Current Project

Alternatives in Development

  • Initialize Ralph The Marketer — Set up a new Ralph Marketer copywriting project in the current directory 698 ★
  • Voice Guard — Use to check ONE already-written piece of copy against a voice guide before it ships — it spawns ONE fresh sib 130 ★
  • Deep Review — Run a fresh-context, un-anchored ADVERSARIAL-LOGIC review of the current diff before 90 ★

Full documentation available on GitHub

View Source Repository