Rett Syndrome Europe
Official@rett-europe
European Rett Syndrome Association
Agent Skills by Rett Syndrome Europe
Showing 13 vetted skills indexed across 1 GitHub repositories.
{skill-name}
Standardize Skill unit structure with YAML frontmatter and Markdown body.
session-recovery
Query the session_store SQLite database to identify interrupted Copilot CLI sessions.
agent-collaboration
Enforce standardized collaboration patterns for squad agents using .squad directories.
reviewer-protocol
Enforce lockout semantics for reviewer rejections in coordination workflows.
git-workflow
Define a three-branch Git workflow with dev-first branching and draft PRs.
gh-auth-isolation
Detect and enforce the active GitHub identity for agent processes.
squad-conventions
Standardize Squad CLI project structure, testing, and error handling.
github-multi-account
Detect GitHub accounts and configure personal and work aliases.
agent-conduct
Enforce shared hard rules across squad agents via YAML frontmatter.
test-discipline
Automates updating test assertions when APIs or interfaces change.
windows-compatibility
Standardize cross-platform path handling and command invocation in development workflows.
humanizer
Draft warm external communications with active voice and second-person perspective.
project-conventions
Audit Python FastAPI backends to enforce Router, Service, and Repository layer conventions.
Frequently Asked Questions About Rett Syndrome Europe
FAQPage SchemaWhat specific engineering tasks are enabled by these standards?▼
These standards enable consistent repository structure, automated test assertion updates, and strict enforcement of backend architectural layers. They facilitate session recovery from SQLite stores, manage multi-account identity isolation, and ensure uniform conduct rules across distributed development environments through centralized YAML configuration.
Which technical personas benefit from these conventions?▼
These conventions are designed for software engineers, backend developers, and technical leads managing distributed squads. They provide the necessary guardrails for maintaining code quality, enforcing architectural patterns in FastAPI projects, and ensuring seamless identity management across multiple GitHub accounts in complex development environments.
What are the prerequisites for implementing these standards?▼
Implementation requires a project environment utilizing FastAPI for backend services and GitHub for version control. Users must adopt the specified YAML frontmatter structure for configuration and adhere to the defined three-branch branching strategy to ensure compatibility with the provided session recovery and identity isolation mechanisms.