Contributing to Hephaestus
Description
Thank you for your interest in contributing to Hephaestus! We welcome contributions from the community.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Contributing to Hephaestus
Thank you for your interest in contributing to Hephaestus! We welcome contributions from the community.
🚀 Getting Started
Prerequisites
- Python 3.10+
- Node.js 20+ and npm
- Docker (for Qdrant)
- tmux
- Git
- Claude Code (for testing agent functionality)
Development Setup
**Clone and setup the repository**
git clone https://github.com/Ido-Levi/Hephaestus.git cd Hephaestus**Set up Python environment**
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt**Configure environment variables**
cp .env.example .env # Edit .env with your API keys**Start required services**
# Terminal 1: Qdrant docker run -d -p 6333:6333 qdrant/qdrant # Terminal 2: Frontend cd frontend npm install npm run dev**Initialize databases**
python scripts/init_db.py python scripts/init_qdrant.py**Run the server**
python run_server.py
📋 How to Contribute
Reporting Bugs
Found a bug? Please open an issue using the **Bug Report** template. Include:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Environment details (OS, Python version, etc.)
- Relevant logs or error messages
Suggesting Features
Have an idea? Open a **Feature Request** issue with:
- Clear use case description
- Why this feature would be valuable
- Proposed implementation approach (if you have one)
Submitting Code
**Fork the repository**
**Create a feature branch**
git checkout -b feature/your-feature-name # or git checkout -b fix/issue-description**Make your changes**
- Write clear, documented code
- Follow existing code style
- Add tests for new functionality
- Update documentation as needed
**Test your changes**
# Run tests pytest # Check code style black src/ tests/ flake8 src/ tests/ # Type checking mypy src/**Commit your changes**
git add . git commit -m "feat: Add clear description of your changes"Follow conventional commit format:
feat:New featuresfix:Bug fixesdocs:Documentation changestest:Test additions/changesrefactor:Code refactoringchore:Maintenance tasks
**Push and create a Pull Request**
git push origin feature/your-feature-nameThen create a PR on GitHub with:
- Clear title and description
- Link to related issues
- Screenshots/videos if UI changes
- Test results
🎨 Code Style Guidelines
Python
- Follow PEP 8
- Use type hints for function parameters and returns
- Write docstrings for classes and functions
- Maximum line length: 100 characters
- Use
blackfor formatting
**Example:**
def create_task(
descripti
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11