lee-tolee-toCommunityΒ·24 Agent Skills Included

ai-workspace

Cross-project shared memory, search, and code graph

Shares files, directories, and notes across multiple coding projects so agents see the full picture. Eliminates copy-pasting context, broken symlinks, and agents starting blind on every new conversation. Adds full-text search and a Rust code graph so agents find symbols, callers, and dependencies instantly.
npx skills add lee-to/ai-workspace --all -g -y
Available:

Gives the agent a map of the project structure and enforces runtime rules like splitting combined shell commands into separate calls and running format, lint, and test checks after every change.

All Skills in This Repository (24)

Pure Emerald Level Indicators
πŸ“¦ In Repo
lee-tolee-to

aif-fix

Guide developers through structured bug fixes from issue intake to patch submission.

Community
Advanced
πŸ“¦ In Repo
lee-tolee-to

aif-rules

Append vetted rules to .ai-factory/RULES.md with single-rule-per-line formatting.

Community
Intermediate
πŸ“¦ In Repo
lee-tolee-to

aif-verify

Audit completed implementation against plan tasks, tests, and documentation.

Community
Advanced
πŸ“¦ In Repo
lee-tolee-to

aif-ci

Generate CI/CD pipelines for GitHub Actions and GitLab CI.

Community
Advanced
πŸ“¦ In Repo
lee-tolee-to

rust-mcp-server-generator

Generate Rust MCP server scaffolds with the official rmcp SDK.

Community
Advanced
πŸ“¦ In Repo
lee-tolee-to

aif-plan

Plan feature implementations with structured tasks and optional Git branching.

Community
Advanced
πŸ“¦ In Repo
lee-tolee-to

aif-build-automation

Generate or enhance build automation files for Makefile, Taskfile.yml, Justfile, and Magefile.go.

Community
Intermediate
πŸ“¦ In Repo
lee-tolee-to

aif-docs

Generate a landing README and structured docs/ directory with topic-based pages.

Community
Intermediate
πŸ“¦ In Repo
lee-tolee-to

aif-security-checklist

Audit projects against OWASP Top 10 and generate prioritized findings with remediation steps.

Community
Advanced
πŸ“¦ In Repo
lee-tolee-to

aif-commit

Generate conventional commit messages from staged git changes.

Community
Advanced
πŸ“¦ In Repo
lee-tolee-to

aif-evolve

Analyze patches and codebase patterns to write project-specific skill-context rules.

Community
Advanced
πŸ“¦ In Repo
lee-tolee-to

aif-architecture

Analyze a project's tech stack to generate an ARCHITECTURE.md with folder structure and dependency rules.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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→