This repository provides a suite of production-ready, enterprise-scale skills designed for high-impact suite operators and autonomous companies.
View the skills online at skills.sh/wazootech/company.
We believe that professional identity shouldn't be trapped in a single LLM context window. This repository is our "Dotfiles for the mind"—a version-controlled system of record for the expertise, protocols, and workflows that define our company.
Just as a developer uses dotfiles to replicate their local environment across machines, we use this repository to replicate our company's intelligence across any AI agent. By replacing traditional staff with codified AI skills, we eliminate human overhead and ensure that every agent joining the team—regardless of the platform—has the same "cultural" context and operational standards as their peers.
We treat this repository as a Context Repository for our staff.
By codifying professional identities, security protocols, and execution workflows in version-controlled Markdown, we ensure consistency and quality. Every role is designed to work in conjunction with the rest of the staff as a cohesive team, or as a standalone agent collaborating with external partners. This eliminates context drift and allows for the systematic evolution of our autonomous organization.
To maintain this high bar, we audit this repository against the Skill Creator Best Practices.
This repository follows a dynamic bootstrapping mechanism to ensure mission alignment and operational intelligence. All Wazoo AI staff must adhere to this protocol:
- Fetch Intelligence: Read the JSON-LD graph from
https://wazoo.dev. - Extract Context: Identify the
@type: Organizationnode to extract themission,description, andfoundationalPrinciplearray. - Align Operations: Synthesize the fetched intelligence with the specific mandates defined in each skill manifest.
- Follow DDD: Documentation-Driven Development is the primary law. No implementation without rigorous documentation first.
Install these skills to teach AI agents specific professional roles and operational protocols. The Communications Specialist is particularly useful for transforming technical updates into public-facing docs and socials:
# Add the entire company suite
npx skills add wazootech/company
# Or add specific occupation skills
npx skills add wazootech/company/communications-specialist
npx skills add wazootech/company/software-engineer
npx skills add wazootech/company/product-managerSet up a Zo agent to use the company skills.
Here's a snippet you can copy and paste directly into your Zo assistant to create a sync agent:
# Create Agent: Wazoo Company Skills
Install the Wazoo Company skill suite in this Zo.
## Instructions
1. Clone the Wazoo Company repo:
`git clone https://github.com/wazootech/company.git ~/Skills/wazoo-company`
2. Or pull latest: `cd ~/Skills/wazoo-company && git pull`
3. List skills: `ls ~/Skills/wazoo-company/skills/`
## Schedule
Set a recurring reminder to run step 2 daily (or more frequently as needed).We welcome contributions to help refine the Wazoo staff.
We use Deno to ensure consistent formatting across all our Markdown manifests. Before committing any changes, please run:
# Install Deno if you haven't already
# curl -fsSL https://deno.land/install.sh | sh
# Format all files in the repository
deno fmtDeveloped with 🧪 @wazootech