buddyme
Multi-model task automation with memory, skills, and scheduling
All Skills in This Repository (25)
Pure Emerald Level Indicatorspython-testing
Standardize pytest, TDD, fixtures, mocks, and coverage in Python test suites.
project-guidelines-example
Creates a project guidelines blueprint for architecture, file structure, and deployment workflows.
iterative-retrieval
Iteratively refine retrieval results for multi-agent workflows using a four-stage loop.
autonomous-loops
Orchestrate autonomous Claude Code loops for scalable multi-agent workflows.
coding-standards
Enforce standardized coding practices across TypeScript, JavaScript, React, and Node.js projects.
eval-harness
Automate formal evaluation workflows for Claude Code sessions.
market-research
Generate source-backed market research summaries with risk considerations.
article-writing
Generate long-form articles, guides, or newsletters with a consistent brand voice.
backend-patterns
Provides reusable patterns for scalable backend architecture including REST, Repository, Service, and Middleware layers.
api-design
Design REST APIs with HTTP methods, status codes, and versioning strategies.
qqmail
Access QQ Mail via IMAP/SMTP using Python 3 standard library.
plankton-code-quality
Automates formatting and linting of code on each edit via Claude workflow hooks.
Frequently Asked Questions
FAQPage SchemaHow to install buddyMe?▼
Run `npx skills add virgo777/buddyme --all -g -y` in your terminal to install all skills in this suite globally.
What does buddyMe do?▼
It is a Python framework that breaks complex tasks into subtasks, executes them with built-in tools like file editing and web search, and merges the results. It also keeps long-term memory and runs scheduled background tasks.
Which AI models does buddyMe support?▼
It supports GLM, DeepSeek, ERNIE, Qwen, and Xiaomi MiMo, and you can switch between them at runtime without restarting. You only need to configure API keys for the providers you actually use.
Can buddyMe run scheduled background tasks?▼
Yes. Use /loop for interval-based tasks like checking tests every 30 minutes, and /cron for daily fixed-time jobs like a 9 AM summary, with run history tracking for each task.
Do I need coding experience to use buddyMe?▼
Basic Python setup is required to install and configure API keys, but after that you interact through plain-language requests and simple slash commands.
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