virgo777virgo777Community·25 Agent Skills Included

buddyme

Multi-model task automation with memory, skills, and scheduling

Breaks complex requests into planned subtasks, executes them with built-in tools, and merges verified results automatically. Switches between six LLM providers at runtime and keeps persistent memory, user profiles, and conversation summaries across sessions. Includes 25+ ready skills for coding, testing, writing, research, email, and weather, plus scheduled loop and cron tasks with zero-token local commands.
npx skills add virgo777/buddyme --all -g -y
Available:

Defines the agent's operating contract: how to start each session from memory files, which tools to prefer over raw shell commands, when to invoke skills, and which risky actions require user confirmation.

All Skills in This Repository (25)

Pure Emerald Level Indicators
📦 In Repo
virgo777virgo777

python-testing

Standardize pytest, TDD, fixtures, mocks, and coverage in Python test suites.

Community
Advanced
📦 In Repo
virgo777virgo777

project-guidelines-example

Creates a project guidelines blueprint for architecture, file structure, and deployment workflows.

Community
Intermediate
📦 In Repo
virgo777virgo777

iterative-retrieval

Iteratively refine retrieval results for multi-agent workflows using a four-stage loop.

Community
Advanced
📦 In Repo
virgo777virgo777

autonomous-loops

Orchestrate autonomous Claude Code loops for scalable multi-agent workflows.

Community
Advanced
📦 In Repo
virgo777virgo777

coding-standards

Enforce standardized coding practices across TypeScript, JavaScript, React, and Node.js projects.

Community
Advanced
📦 In Repo
virgo777virgo777

eval-harness

Automate formal evaluation workflows for Claude Code sessions.

Community
Advanced
📦 In Repo
virgo777virgo777

market-research

Generate source-backed market research summaries with risk considerations.

Community
Advanced
📦 In Repo
virgo777virgo777

article-writing

Generate long-form articles, guides, or newsletters with a consistent brand voice.

Community
Advanced
📦 In Repo
virgo777virgo777

backend-patterns

Provides reusable patterns for scalable backend architecture including REST, Repository, Service, and Middleware layers.

Community
Advanced
📦 In Repo
virgo777virgo777

api-design

Design REST APIs with HTTP methods, status codes, and versioning strategies.

Community
Advanced
📦 In Repo
virgo777virgo777

qqmail

Access QQ Mail via IMAP/SMTP using Python 3 standard library.

Community
Intermediate
📦 In Repo
virgo777virgo777

plankton-code-quality

Automates formatting and linting of code on each edit via Claude workflow hooks.

Community
Advanced

Frequently Asked Questions

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