# Project Helper

> Helps with project-specific tasks. Use when the user asks about this project's structure or conventions.

- Skill: `cortesi/project-helper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cortesi/project-helper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cortesi/project-helper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cortesi (https://skillmd.com/u/cortesi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cortesi/project-helper

---


# Project Helper

A local skill that provides project-specific guidance.

## Instructions

1. Read the project's README.md for context
2. Check Cargo.toml for dependencies and configuration
3. Review src/ directory structure

## Project Conventions

- Use `cargo fmt` before committing
- Run `cargo clippy` to check for lints
- Tests go in the same file as the code they test

