Quaid
Official@quaid-app
Persistent memory for AI agents.
Agent Skills by Quaid
Showing 66 vetted skills indexed across 1 GitHub repositories.
{skill-name}
Extract text and structured data from PDFs using pypdf and pdfplumber.
session-recovery
Query the session_store database to find and resume interrupted Copilot CLI sessions.
architectural-proposals
Draft structured architectural proposals with problem statements, decisions, and risks.
distributed-mesh
Coordinate distributed squads across machines using git as transport.
history-hygiene
Log final decision outcomes to history.md and update entries on reversals.
docs-standards
Enforce Microsoft Style Guide documentation standards across squads.
agent-collaboration
Standardize cross-agent collaboration with worktree awareness and inbox-based decision recording.
reskill
Extract recurring patterns from team charters into shared SKILL.md files.
reviewer-protocol
Coordinate reviewer rejection workflows with enforced lockout rules preventing self-revision.
client-compatibility
Detect the host surface and adapt agent spawning for CLI, VS Code, or fallback.
git-workflow
Enforce a dev-first three-branch model with issue-based workflows and PR merges.
CLI Command Wiring
Wire new CLI commands into squad-cli with routing and help text.
project-conventions
Codify project conventions for code structure, error handling, testing, and documentation.
init-mode
Propose and initialize team structures with rosters and .squad casting state.
error-recovery
Automates adaptive retry, fallback, escalation, and degradation workflows for squad agents on API failures.
gh-auth-isolation
Detect active GitHub identity and isolate credentials in gh config contexts.
ci-validation-gates
Enforce semver validation, token checks, retry logic, and draft handling in CI/CD workflows.
squad-conventions
Document and enforce coding conventions for the Squad project.
github-multi-account
Detect GitHub accounts and configure personal or work gh aliases.
secret-handling
Enforce secret-handling policies that prohibit reading live credential files.
economy-mode
Shift Layer 3 model selection to cost-optimized alternatives when economy mode is active.
agent-conduct
Enforce shared governance rules preventing hardcoded agent names across tests and CI configurations.
test-discipline
Update test assertions and build checks when public interfaces change.
windows-compatibility
Standardize Windows path handling and command patterns in build scripts.
Frequently Asked Questions About Quaid
FAQPage SchemaWhat specific tasks does Quaid enable for development teams?▼
Quaid enables structured knowledge ingestion, persistent session recovery, architectural proposal drafting, and automated memory maintenance. It facilitates cross-squad coordination through manifest-based handoffs and ensures documentation standards are enforced across repository subtrees.
Which technical personas benefit most from these capabilities?▼
Senior software engineers, technical leads, and platform architects managing complex Rust codebases or distributed squads benefit most. It is designed for teams requiring strict governance, deterministic test setups, and high-integrity documentation standards.
What are the prerequisites for initializing a Quaid environment?▼
Initialization requires a local vault for memory storage, a configured daemon, and wired MCP clients. Users must ensure their environment supports Unix socket IPC and adheres to the project-specific .squad configuration conventions.