ai-workspace
Cross-project shared memory, search, and code graph
All Skills in This Repository (24)
Pure Emerald Level Indicatorsaif-fix
Guide developers through structured bug fixes from issue intake to patch submission.
aif-rules
Append vetted rules to .ai-factory/RULES.md with single-rule-per-line formatting.
aif-verify
Audit completed implementation against plan tasks, tests, and documentation.
aif-ci
Generate CI/CD pipelines for GitHub Actions and GitLab CI.
rust-mcp-server-generator
Generate Rust MCP server scaffolds with the official rmcp SDK.
aif-plan
Plan feature implementations with structured tasks and optional Git branching.
aif-build-automation
Generate or enhance build automation files for Makefile, Taskfile.yml, Justfile, and Magefile.go.
aif-docs
Generate a landing README and structured docs/ directory with topic-based pages.
aif-security-checklist
Audit projects against OWASP Top 10 and generate prioritized findings with remediation steps.
aif-commit
Generate conventional commit messages from staged git changes.
aif-evolve
Analyze patches and codebase patterns to write project-specific skill-context rules.
aif-architecture
Analyze a project's tech stack to generate an ARCHITECTURE.md with folder structure and dependency rules.
Frequently Asked Questions
FAQPage SchemaHow to install AI Workspace?βΌ
Run `npx skills add lee-to/ai-workspace --all -g -y` in your terminal to install everything globally.
How to share context between multiple coding projects?βΌ
Register each project with `ai-workspace init --group <name>`, then share files or notes with `ai-workspace share` and `ai-workspace note`. Any agent in the group can then read that shared context automatically.
Does AI Workspace work with Claude Code and Cursor?βΌ
Yes. It runs as a standard MCP server over stdio, so it connects to Claude Code, Cursor, Windsurf, and any other MCP-compatible client with one config entry.
What is the CodeGraph feature in AI Workspace?βΌ
It indexes your Rust source code into a local SQLite graph of symbols and call relationships, letting agents find callers, callees, and code context without grepping every file.
Is my private data safe with AI Workspace?βΌ
Yes. By default it hides dotfiles and credential-like paths such as .env, .ssh, and *.pem, and file writes stay disabled unless you explicitly opt in.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core