Quaid avatar

Quaid

Official

@quaid-app

0Followers
|
4Public Repos
|
66Published Skills

Persistent memory for AI agents.

Skills Distribution
DomainDeveloper To...Knowledge Management (35%)Software Governance (30%)Distributed Systems (20%)Rust Engineering (15%)

Agent Skills by Quaid

Showing 66 vetted skills indexed across 1 GitHub repositories.

quaid-appquaid-app
3

{skill-name}

Extract text and structured data from PDFs using pypdf and pdfplumber.

Official
Intermediate
quaid-appquaid-app
3

session-recovery

Query the session_store database to find and resume interrupted Copilot CLI sessions.

Official
Intermediate
quaid-appquaid-app
3

architectural-proposals

Draft structured architectural proposals with problem statements, decisions, and risks.

Official
Advanced
quaid-appquaid-app
3

distributed-mesh

Coordinate distributed squads across machines using git as transport.

Official
Advanced
quaid-appquaid-app
3

history-hygiene

Log final decision outcomes to history.md and update entries on reversals.

Official
Intermediate
quaid-appquaid-app
3

docs-standards

Enforce Microsoft Style Guide documentation standards across squads.

Official
Intermediate
quaid-appquaid-app
3

agent-collaboration

Standardize cross-agent collaboration with worktree awareness and inbox-based decision recording.

Official
Intermediate
quaid-appquaid-app
3

reskill

Extract recurring patterns from team charters into shared SKILL.md files.

Official
Advanced
quaid-appquaid-app
3

reviewer-protocol

Coordinate reviewer rejection workflows with enforced lockout rules preventing self-revision.

Official
Advanced
quaid-appquaid-app
3

client-compatibility

Detect the host surface and adapt agent spawning for CLI, VS Code, or fallback.

Official
Advanced
quaid-appquaid-app
3

git-workflow

Enforce a dev-first three-branch model with issue-based workflows and PR merges.

Official
Intermediate
quaid-appquaid-app
3

CLI Command Wiring

Wire new CLI commands into squad-cli with routing and help text.

Official
Advanced
quaid-appquaid-app
3

project-conventions

Codify project conventions for code structure, error handling, testing, and documentation.

Official
Basic
quaid-appquaid-app
3

init-mode

Propose and initialize team structures with rosters and .squad casting state.

Official
Intermediate
quaid-appquaid-app
3

error-recovery

Automates adaptive retry, fallback, escalation, and degradation workflows for squad agents on API failures.

Official
Intermediate
quaid-appquaid-app
3

gh-auth-isolation

Detect active GitHub identity and isolate credentials in gh config contexts.

Official
Intermediate
quaid-appquaid-app
3

ci-validation-gates

Enforce semver validation, token checks, retry logic, and draft handling in CI/CD workflows.

Official
Advanced
quaid-appquaid-app
3

squad-conventions

Document and enforce coding conventions for the Squad project.

Official
Intermediate
quaid-appquaid-app
3

github-multi-account

Detect GitHub accounts and configure personal or work gh aliases.

Official
Advanced
quaid-appquaid-app
3

secret-handling

Enforce secret-handling policies that prohibit reading live credential files.

Official
Advanced
quaid-appquaid-app
3

economy-mode

Shift Layer 3 model selection to cost-optimized alternatives when economy mode is active.

Official
Intermediate
quaid-appquaid-app
3

agent-conduct

Enforce shared governance rules preventing hardcoded agent names across tests and CI configurations.

Official
Basic
quaid-appquaid-app
3

test-discipline

Update test assertions and build checks when public interfaces change.

Official
Intermediate
quaid-appquaid-app
3

windows-compatibility

Standardize Windows path handling and command patterns in build scripts.

Official
Intermediate

Frequently Asked Questions About Quaid

FAQPage Schema
What 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.