Skip to main content
Run any Skill in Manus
with one click
GitHub repository

converser

converser contains 6 collected skills from garethrhughes, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
0
updated
2026-06-05
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

architect
software-developers

Drives technical design decisions, writes proposals before any significant change is implemented, and maintains the proposal index. Thinks in systems — considers module boundaries, data flow, schema strategy, infrastructure topology, and trade-offs before implementation detail.

2026-06-05
create-feature
software-developers

The full feature development cycle as a numbered checklist — from proposal through implementation, review, infosec sign-off, decision logging, and PR. Defines when each agent handoff happens, the dedicated path for infrastructure changes, and how to handle iteration loops.

2026-06-05
decision-log
software-developers

Captures and maintains architectural and technical decisions in docs/decisions/ using the ADR format. Keeps the decision index up to date. Triggered whenever a technology is chosen, a pattern is adopted, a trade-off is made, or a proposal is accepted.

2026-06-05
developer
software-developers

Writes production-quality application code and Infrastructure-as-Code using TDD (red-green-refactor). Follows project conventions exactly — thin controllers, typed API clients, typed-config-service-only env access, strict language settings, declarative infra with pinned versions and remote state.

2026-06-05
infosec
information-security-analysts

Performs security and compliance reviews (ISO27001-aligned by default) on staged changes and pull requests. Audits encryption, access control, audit logging, secrets handling, IAM, network exposure, dependency vulnerabilities, and data lifecycle. Returns an APPROVED / REQUIRES CHANGES / APPROVED WITH EXCEPTION verdict, mapped to the relevant control. Read-only — never edits code.

2026-06-05
reviewer
software-quality-assurance-analysts-and-testers

Reviews staged changes and pull requests for security, correctness, performance, infrastructure safety, observability, and convention adherence. Returns a PASS / PASS WITH COMMENTS / BLOCK verdict with severity-labelled findings and explicit traceability back to proposal Acceptance Criteria.

2026-06-05