Co-Pilot / 辅助式
更新于 24 days ago

archi

EEndlessHoper
0.0k
endlesshoper/archi
80
Agent 评分

💡 摘要

Archi是一个用于AI辅助开发的项目管理工具,简化了设置和功能跟踪。

🎯 适合人群

AI开发者技术项目经理软件工程学生自由开发者科技初创公司

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

Archi

Project scaffolding and management for vibe coding.

Archi is an Agent Skill that helps you set up and manage projects for AI-assisted development. It works with Claude Code, OpenCode, Codex CLI, Cursor, and other skills-compatible agents.

Installation

npx skills add EndlessHoper/archi

Usage

Just run /archi and the agent will figure out what you need based on context. Or be specific:

| Command | What it does | |---------|--------------| | /archi | Detect context and choose appropriate action | | /archi init | Initialize new project with docs structure | | /archi feature | Manage features (add/start/complete/update) | | /archi status | Show project overview | | /archi docs | Sync and update documentation |

Project Structure

When you run /archi init, it creates:

your-project/
├── SPEC.md           # Product requirements
└── docs/
    ├── features/
    │   ├── todo/     # Backlog
    │   ├── doing/    # In progress
    │   └── done/     # Completed
    ├── research/
    │   ├── spikes/   # Technical experiments
    │   └── references/
    └── bugs/

Feature Tracking

Features are markdown files with YAML frontmatter that move through todo/doing/done/:

--- title: User Authentication priority: high started: 2026-01-23 --- # User Authentication ## Progress - [x] Basic login - [ ] OAuth providers

The agent detects context from your conversation. Say "I just finished auth" and it'll offer to mark it done.

Why?

Beginners to AI-assisted coding often struggle with:

  • Where to put things
  • How to track what they're building
  • Keeping the AI informed about the project

Archi gives you an opinionated structure that works well with AI coding tools.

License

MIT

五维分析
清晰度8/10
创新性7/10
实用性9/10
完整性8/10
可维护性8/10
优缺点分析

优点

  • 简化项目设置
  • 与多种AI工具集成
  • 清晰的功能跟踪结构

缺点

  • 仅限于特定的AI工具
  • 初学者可能需要学习曲线
  • 上下文检测可能并不总是准确

相关技能

useful-ai-prompts

A
toolCo-Pilot / 辅助式
88/ 100

“一个提示的宝藏,但别指望它们为你写小说。”

mcpspy

A
toolCo-Pilot / 辅助式
86/ 100

“MCPSpy:因为谁不想窥探他们 AI 的秘密?”

fastmcp

A
toolCo-Pilot / 辅助式
86/ 100

“FastMCP:因为谁不喜欢在AI中添加一点复杂性呢?”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 EndlessHoper.