Agentists Quickstart Deprecated
Description
Opinionated DevPod workspace configs for agentic engineering — Claude Code, shared secrets, VS Code extensions, ready on first launch.
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
🤖 Agentists Quick Start
Welcome to the Agentists Quick Start repository - your opinionated guide to getting started with agentic engineering. 🚀
⚡ Quick Start
Launch a ready-to-use workspace in seconds using [DevPod](https://devpod.sh/):
**Motivation**
- Share your set up across CodeSpaces and/or your HomeLab This includes:
- Favored VS Code extensions
- Shared secrets (e.g. Claude API Key e.g. ANTHROPIC_API_KEY) from an external provider such as Github Codespaces Secrets or 1password
**Install DevPod in a Code space**
- Clone this repo
- Create a codespace from it
- Install DevPod
curl -L -o devpod "https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64" && sudo install -c -m 0755 devpod /usr/local/bin && rm -f devpod
**Basic Development Environment:**
devpod up https://github.com/jedarden/agentists-quickstart@workspace/basic
**Security-Focused Environment:**
devpod up https://github.com/jedarden/agentists-quickstart@workspace/security
🧠 What is Agentic Engineering?
Agentic engineering is the practice of building, deploying, and managing AI agents that can autonomously perform tasks, make decisions, and interact with various systems. This repository provides best practices and ready-to-use configurations to accelerate your journey into this emerging field.
📋 Prerequisites
**For DevPod.sh (Recommended):**
- DevPod CLI
- Docker Desktop or Docker Engine
**For Manual Setup:**
- Docker or Podman installed
- VS Code with Dev Containers extension
- Git
- Basic understanding of containerization
🛠️ Alternative Setup Methods
Manual VS Code Setup
**Clone a specific branch**
# For basic development git clone -b workspace/basic https://github.com/jedarden/agentists-quickstart # For security-focused development git clone -b workspace/security https://github.com/jedarden/agentists-quickstart**Op
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