Skip to content

This is a skeleton project designed for Agentic Development, structured to support AI agents with defined skills, commands, and documentation.

Notifications You must be signed in to change notification settings

Jaroslav84/agentic_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic Project

Version AI Powered Claude Code Docker Security Shell

Agentic Project Logo


This is a skeleton project designed for Agentic Development, structured to support AI agents with defined skills, commands, and documentation.

Special thanks to @IndyDevDan and his Youtube video that inspired this project: Youtube video

How to use

Delete files for the demo app in 'apps/' directory and plance your project files there. Then customize the MD files to support your project.

Overview

  1. Agents / Commands: .opencode/ directory
  2. Project Specs: specs/
  3. App Reviews: app_reviews/
  4. Skills: .opencode/skill/

Agents & Commands

  • Prime: prime [query]
  • Plan: plan [id] [prompt]
  • Scout: scout [query]
  • Review: review [feature]
  • Test Writer: test_writer
  • Documentation Fetcher: fetch_docs [urls]

Project Structure

.
├── .opencode/                # Agent definitions, commands, and skills
│   ├── agent/             # Agent definitions
│   │   ├── fetch_docs.md   # Documentation fetcher agent
│   │   ├── review_agent.md # Code review agent
│   │   ├── scout.md        # Codebase scout agent
│   │   └── test_writer.md  # Test writing agent
│   ├── command/           # Command definitions
│   │   ├── build.md        # Build/implementation command
│   │   ├── document.md     # Documentation generator
│   │   ├── plan.md         # Planning command
│   │   ├── prime.md        # Codebase priming
│   │   ├── pull_ticket.md  # Jira ticket puller
│   │   ├── reproduce.md    # Bug reproduction
│   │   ├── review.md       # Code review command
│   │   ├── scout.md        # Scout command
│   │   ├── start_apps.md   # App startup command
│   │   ├── test_be.md      # Backend testing
│   │   └── test_fe.md      # Frontend testing
│   └── skill/             # Executable skills
│       ├── db-migrate/     # Database migration skill
│       └── start-stop-app/ # App lifecycle management
├── docs/                # Project documentation for AI context
├── apps/                   # Application source code
│   ├── client/             # Python client application
│   └── server/             # FastAPI/Python server application
├── specs/                  # Technical specifications
└── OPENCODE.md               # Main entry point/guide for OpenCode

Reference Links

About

This is a skeleton project designed for Agentic Development, structured to support AI agents with defined skills, commands, and documentation.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages