peopleforrester
- 74 skills
- 0 followers
- 6 hours ago last updated
- ▌ Brain Init · peopleforrester bundleInitialize a .brain-spec/ workspace with directory tree, config, steering documents, and optional CLAUDE.md generation.
- ▌ Brain Spec · peopleforrester bundleSpec lifecycle management — create, interview, list, get, update, validate, delete, and archive feature specifications.
- ▌ Brain Task · peopleforrester bundleTask management — create, update, list, log, and track progress for spec implementation tasks.
- ▌ Brain Status · peopleforrester bundleDisplay a quick overview of the Brain Spec workspace with steering doc status, specs, tasks, and progress.
- ▌
- ▌
- ▌ Tdd · peopleforresterStart TDD workflow for a feature or bug fix. Enforces red-green-refactor cycle with the tdd-guide agent.
- ▌
- ▌
- ▌
- ▌ Pr Creator · peopleforresterCreate well-structured pull request descriptions. Use when the user wants to create a PR, needs help with PR descriptions, or is preparing changes for review. Generates clear titles and comprehensive descriptions.
- ▌
- ▌
- ▌
- ▌
- ▌ Verify · peopleforresterRun comprehensive pre-PR verification loop. Checks build, types, lint, tests, security, and coverage.
- ▌ Update Docs · peopleforresterUpdate documentation to match current code. Detects drift between docs and implementation. Invokes the doc-updater agent.
- ▌ Commit Helper · peopleforresterWrite clear, conventional commit messages. Use when the user asks to commit changes, needs help with commit messages, or when following Conventional Commits specification is required.
- ▌ Build Fix · peopleforresterDiagnose and fix build errors systematically. Invokes the build-resolver agent for type errors, dependency conflicts, and CI failures.
- ▌
- ▌
- ▌
- ▌ Branch Strategy · peopleforresterGit branching strategies and workflows. Use when setting up a project's branching model, discussing Git workflow, or deciding between trunk-based and Git Flow approaches.
- ▌
- ▌ Code Review · peopleforresterComprehensive code review for quality, security, and maintainability. Invokes the code-reviewer agent.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Django Tdd · peopleforresterTest-driven development patterns for Django. Covers pytest-django setup, factory_boy factories, API testing with DRF, model testing, view testing, and integration test strategies with database transactions.
- ▌
- ▌ API Docs · peopleforresterGenerate API documentation from code or specifications. Use when documenting REST APIs, library APIs, or generating reference documentation. Supports OpenAPI, JSDoc, and markdown formats.
- ▌ Rust Patterns · peopleforresterRust best practices, patterns, and idioms. Covers ownership, error handling with Result/Option, traits, lifetimes, and async Rust. Use when writing Rust code or reviewing Rust patterns.
- ▌
- ▌
- ▌ Security Review · peopleforresterSecurity-focused code audit. Checks OWASP Top 10, secrets exposure, and vulnerability patterns. Invokes the security-reviewer agent.
- ▌ API Designer · peopleforresterAPI design and documentation assistant for REST and GraphQL APIs. Use when designing new endpoints, reviewing API structure, or creating API documentation. Follows industry best practices for consistent, intuitive API design.
- ▌ Tdd Workflow · peopleforresterTest-driven development workflow for implementing new features and fixing bugs. Use when the user mentions TDD, "write tests first", "red-green-refactor", or when implementing features that need comprehensive test coverage.
- ▌
- ▌
- ▌
- ▌ Golang Patterns · peopleforresterGo 1.22+ best practices, patterns, and idioms. Covers error handling, concurrency, interfaces, generics, and standard library patterns. Use when writing Go code or reviewing Go patterns.
- ▌ Python Patterns · peopleforresterPython 3.10+ best practices, patterns, and idioms. Covers type hints, async, dataclasses, protocols, and modern Python tooling. Use when writing Python code, reviewing Python patterns, or learning idiomatic Python.
- ▌ Security Auditor · peopleforresterSecurity review and vulnerability assessment. Use when reviewing code for security issues, auditing authentication/authorization, or checking for OWASP Top 10 vulnerabilities. Provides actionable security recommendations.
- ▌ Code Reviewer · peopleforresterSystematic code review for pull requests and code changes. Use when the user asks for a code review, PR review, or wants feedback on code quality. Provides structured feedback on correctness, security, performance, and maintainability.
- ▌ React Patterns · peopleforresterReact 19+ best practices and patterns. Covers hooks, composition, server components, performance optimization, and state management. Use when building React components or reviewing React code.
- ▌ Springboot Tdd · peopleforresterTest-driven development patterns for Spring Boot 3.x. Covers JUnit 5, MockMvc, Testcontainers, service mocking with Mockito, slice tests, integration tests, and test configuration management.
- ▌ Eval Harness · peopleforresterStructured evaluation framework for measuring code quality across multiple dimensions. Provides repeatable, scored assessments with evidence-based ratings.
- ▌ Golang Testing · peopleforresterComprehensive Go testing patterns. Covers table-driven tests, httptest, testcontainers, benchmarks, fuzzing, and race detection.
- ▌ Python Testing · peopleforresterComprehensive Python testing patterns using pytest. Covers fixtures, parametrize, async testing, mocking, property-based testing, and coverage analysis.
- ▌ Django Patterns · peopleforresterDjango 5.x best practices. Covers ORM optimization, class-based views, middleware, Django REST Framework, signals, and deployment patterns. Use when building Django applications or reviewing Django code.
- ▌ Django Security · peopleforresterDjango security best practices. Covers CSRF, XSS, SQL injection prevention, authentication hardening, Content Security Policy, secrets management, and Django-specific security middleware configuration.
- ▌ Nextjs Patterns · peopleforresterNext.js 15+ App Router best practices. Covers server components, data fetching, caching, middleware, and deployment patterns. Use when building Next.js applications or reviewing Next.js code.
- ▌ Refactor Clean · peopleforresterRemove dead code, unused dependencies, and reduce complexity. Invokes the refactor-cleaner agent.
- ▌ Fastapi Patterns · peopleforresterFastAPI 0.110+ best practices. Covers dependency injection, async endpoints, Pydantic v2 validation, middleware, background tasks, and deployment patterns. Use when building FastAPI applications or reviewing FastAPI code.
- ▌ Backend Patterns · peopleforresterCommon backend development patterns for APIs, databases, caching, and service architecture. Language-agnostic principles with examples in Python, TypeScript, and Go.
- ▌ Typescript Patterns · peopleforresterTypeScript 5.x best practices, patterns, and idioms. Covers strict mode, branded types, discriminated unions, utility types, and Zod validation. Use when writing TypeScript or reviewing TS patterns.
- ▌ Performance Reviewer · peopleforresterPerformance analysis and optimization. Use when reviewing code for performance issues, identifying bottlenecks, or optimizing slow operations. Covers frontend, backend, and database performance.
- ▌ Refactoring Guide · peopleforresterSafe refactoring patterns and techniques. Use when the user wants to improve code structure, reduce duplication, or make code more maintainable without changing behavior. Emphasizes incremental changes with test coverage.
- ▌ Verification Loop · peopleforresterPre-PR quality verification workflow. Runs build, type-check, lint, test, security scan, and coverage analysis in sequence. Stops on first failure and reports actionable fixes. Use before creating pull requests.
- ▌ Accessibility Checker · peopleforresterWeb accessibility review following WCAG guidelines. Use when auditing accessibility compliance, reviewing UI components, or ensuring inclusive design. Covers WCAG 2.1 Level AA requirements.
- ▌ Changelog Writer · peopleforresterGenerate and maintain changelogs following Keep a Changelog and Conventional Commits standards. Use when releasing versions, documenting changes, or updating project history.
- ▌ Readme Generator · peopleforresterGenerate comprehensive README.md files for projects. Use when the user asks to create a README, document a project, or improve existing documentation. Creates well-structured READMEs following best practices.
- ▌ Django Verification · peopleforresterPre-deployment verification workflow for Django projects. Covers migration checks, security audit, performance profiling, dependency scanning, deployment readiness, and production configuration validation.
- ▌ Springboot Patterns · peopleforresterSpring Boot 3.x best practices. Covers layered architecture, dependency injection, JPA/Hibernate patterns, REST controllers, configuration management, and production-ready features with Spring Actuator.
- ▌ Springboot Security · peopleforresterSpring Security 6.x best practices. Covers SecurityFilterChain, JWT auth, OAuth2, CORS, CSRF, method-level security, password encoding, and rate limiting for Spring Boot 3.x applications.
- ▌ Strategic Compact · peopleforresterContext window optimization strategies for Claude Code. Covers token budgets, CLAUDE.md sizing, skill organization, tool selection, and techniques for maximizing productive output within context limits. Use when optimizing Claude Code configurations or managing large projects.
- ▌ Debugging Assistant · peopleforresterSystematic debugging approach for identifying and fixing bugs. Use when the user reports a bug, error, or unexpected behavior. Guides through methodical investigation rather than guessing at solutions.
- ▌ Continuous Learning · peopleforresterPatterns for Claude Code to learn from project context and improve over time. Covers CLAUDE.md refinement, error pattern recognition, codebase conventions discovery, and feedback incorporation. Use to optimize Claude Code's effectiveness across sessions.
- ▌ Iterative Retrieval · peopleforresterProgressive context refinement pattern for subagents. Solves the problem of agents not knowing what context they need until they start working. Uses a 4-phase loop: DISPATCH, EVALUATE, REFINE, LOOP.
- ▌ Spec Driven Development · peopleforresterInterview-first specification workflow for feature development. Guides through 8 question categories to build comprehensive specs before coding. Use when starting new features, planning complex changes, or establishing clear requirements before implementation.
- ▌ Continuous Learning V2 · peopleforresterInstinct-based learning system that observes development patterns via hooks and builds a knowledge base of reusable instincts with confidence scoring. Instincts evolve from observations into skills, commands, and agents.
- ▌ Project Guidelines Example · peopleforresterReference template for creating project-specific CLAUDE.md files. Shows how to structure project guidelines with stack info, commands, directory structure, code standards, and gotchas sections for optimal Claude usage.