← all publishers

peopleforrester

@peopleforrester source repo

74 published skills

  1. Brain Init · peopleforrester bundle
    Initialize a .brain-spec/ workspace with directory tree, config, steering documents, and optional CLAUDE.md generation.
    0
    installs
  2. Brain Spec · peopleforrester bundle
    Spec lifecycle management — create, interview, list, get, update, validate, delete, and archive feature specifications.
    0
    installs
  3. Brain Task · peopleforrester bundle
    Task management — create, update, list, log, and track progress for spec implementation tasks.
    0
    installs
  4. Brain Status · peopleforrester bundle
    Display a quick overview of the Brain Spec workspace with steering doc status, specs, tasks, and progress.
    0
    installs
  5. Pr · peopleforrester
    Generate a well-structured pull request with summary and test plan
    0
    installs
  6. E2e · peopleforrester
    Generate end-to-end tests for critical user flows
    0
    installs
  7. Tdd · peopleforrester
    Start TDD workflow for a feature or bug fix. Enforces red-green-refactor cycle with the tdd-guide agent.
    0
    installs
  8. Changelog · peopleforrester
    Generate changelog entries following Keep a Changelog format
    0
    installs
  9. Eval · peopleforrester
    Evaluate code or implementation against specific criteria
    0
    installs
  10. Plan · peopleforrester
    Create a detailed implementation plan before coding
    0
    installs
  11. Pr Creator · peopleforrester
    Create 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.
    0
    installs
  12. Learn · peopleforrester
    Extract reusable patterns from the current session
    0
    installs
  13. Evolve · peopleforrester
    Cluster related instincts into skills, commands, or agents
    0
    installs
  14. Deploy · peopleforrester
    Guide through a safe deployment process with verification
    0
    installs
  15. Review · peopleforrester
    Perform a thorough code review of recent changes
    0
    installs
  16. Verify · peopleforrester
    Run comprehensive pre-PR verification loop. Checks build, types, lint, tests, security, and coverage.
    0
    installs
  17. Update Docs · peopleforrester
    Update documentation to match current code. Detects drift between docs and implementation. Invokes the doc-updater agent.
    0
    installs
  18. Commit Helper · peopleforrester
    Write 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.
    0
    installs
  19. Build Fix · peopleforrester
    Diagnose and fix build errors systematically. Invokes the build-resolver agent for type errors, dependency conflicts, and CI failures.
    0
    installs
  20. Sessions · peopleforrester
    Manage and review session history and state
    0
    installs
  21. Spec New · peopleforrester
    Create a new feature specification through structured interview
    0
    installs
  22. Spec Task · peopleforrester
    Update task status and add implementation notes
    0
    installs
  23. Branch Strategy · peopleforrester
    Git 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.
    0
    installs
  24. Cleanup · peopleforrester
    Clean up project files, remove cruft, and organize codebase
    0
    installs
  25. Code Review · peopleforrester
    Comprehensive code review for quality, security, and maintainability. Invokes the code-reviewer agent.
    0
    installs
  26. Checkpoint · peopleforrester
    Save current verification state for resumption
    0
    installs
  27. Multi Plan · peopleforrester
    Plan a complex task using multiple specialized agents
    0
    installs
  28. Lint Fix · peopleforrester
    Fix linting errors systematically across the codebase
    0
    installs
  29. Orchestrate · peopleforrester
    Coordinate multi-agent workflow for complex tasks
    0
    installs
  30. Spec Status · peopleforrester
    Show specification progress and next tasks
    0
    installs
  31. Django Tdd · peopleforrester
    Test-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.
    0
    installs
  32. Test Coverage · peopleforrester
    Analyze and report test coverage with improvement suggestions
    0
    installs
  33. API Docs · peopleforrester
    Generate API documentation from code or specifications. Use when documenting REST APIs, library APIs, or generating reference documentation. Supports OpenAPI, JSDoc, and markdown formats.
    0
    installs
  34. Rust Patterns · peopleforrester
    Rust 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.
    0
    installs
  35. Multi Execute · peopleforrester
    Execute an approved multi-agent plan
    0
    installs
  36. Update Deps · peopleforrester
    Safely update project dependencies with testing verification
    0
    installs
  37. Security Review · peopleforrester
    Security-focused code audit. Checks OWASP Top 10, secrets exposure, and vulnerability patterns. Invokes the security-reviewer agent.
    0
    installs
  38. API Designer · peopleforrester
    API 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.
    0
    installs
  39. Tdd Workflow · peopleforrester
    Test-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.
    0
    installs
  40. Instinct Export · peopleforrester
    Export instincts for sharing with teammates or backup
    0
    installs
  41. Instinct Import · peopleforrester
    Import instincts from teammates or community collections
    0
    installs
  42. Instinct Status · peopleforrester
    View learned instincts grouped by domain with confidence levels
    0
    installs
  43. Golang Patterns · peopleforrester
    Go 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.
    0
    installs
  44. Python Patterns · peopleforrester
    Python 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.
    0
    installs
  45. Security Auditor · peopleforrester
    Security 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.
    0
    installs
  46. Code Reviewer · peopleforrester
    Systematic 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.
    0
    installs
  47. React Patterns · peopleforrester
    React 19+ best practices and patterns. Covers hooks, composition, server components, performance optimization, and state management. Use when building React components or reviewing React code.
    0
    installs
  48. Springboot Tdd · peopleforrester
    Test-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.
    0
    installs
  49. Eval Harness · peopleforrester
    Structured evaluation framework for measuring code quality across multiple dimensions. Provides repeatable, scored assessments with evidence-based ratings.
    0
    installs
  50. Golang Testing · peopleforrester
    Comprehensive Go testing patterns. Covers table-driven tests, httptest, testcontainers, benchmarks, fuzzing, and race detection.
    0
    installs
  51. Python Testing · peopleforrester
    Comprehensive Python testing patterns using pytest. Covers fixtures, parametrize, async testing, mocking, property-based testing, and coverage analysis.
    0
    installs
  52. Django Patterns · peopleforrester
    Django 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.
    0
    installs
  53. Django Security · peopleforrester
    Django security best practices. Covers CSRF, XSS, SQL injection prevention, authentication hardening, Content Security Policy, secrets management, and Django-specific security middleware configuration.
    0
    installs
  54. Nextjs Patterns · peopleforrester
    Next.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.
    0
    installs
  55. Refactor Clean · peopleforrester
    Remove dead code, unused dependencies, and reduce complexity. Invokes the refactor-cleaner agent.
    0
    installs
  56. Fastapi Patterns · peopleforrester
    FastAPI 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.
    0
    installs
  57. Backend Patterns · peopleforrester
    Common backend development patterns for APIs, databases, caching, and service architecture. Language-agnostic principles with examples in Python, TypeScript, and Go.
    0
    installs
  58. Typescript Patterns · peopleforrester
    TypeScript 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.
    0
    installs
  59. Performance Reviewer · peopleforrester
    Performance analysis and optimization. Use when reviewing code for performance issues, identifying bottlenecks, or optimizing slow operations. Covers frontend, backend, and database performance.
    0
    installs
  60. Refactoring Guide · peopleforrester
    Safe 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.
    0
    installs
  61. Verification Loop · peopleforrester
    Pre-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.
    0
    installs
  62. Accessibility Checker · peopleforrester
    Web accessibility review following WCAG guidelines. Use when auditing accessibility compliance, reviewing UI components, or ensuring inclusive design. Covers WCAG 2.1 Level AA requirements.
    0
    installs
  63. Changelog Writer · peopleforrester
    Generate and maintain changelogs following Keep a Changelog and Conventional Commits standards. Use when releasing versions, documenting changes, or updating project history.
    0
    installs
  64. Readme Generator · peopleforrester
    Generate 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.
    0
    installs
  65. Django Verification · peopleforrester
    Pre-deployment verification workflow for Django projects. Covers migration checks, security audit, performance profiling, dependency scanning, deployment readiness, and production configuration validation.
    0
    installs
  66. Springboot Patterns · peopleforrester
    Spring Boot 3.x best practices. Covers layered architecture, dependency injection, JPA/Hibernate patterns, REST controllers, configuration management, and production-ready features with Spring Actuator.
    0
    installs
  67. Springboot Security · peopleforrester
    Spring 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.
    0
    installs
  68. Strategic Compact · peopleforrester
    Context 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.
    0
    installs
  69. Debugging Assistant · peopleforrester
    Systematic 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.
    0
    installs
  70. Continuous Learning · peopleforrester
    Patterns 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.
    0
    installs
  71. Iterative Retrieval · peopleforrester
    Progressive 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.
    0
    installs
  72. Spec Driven Development · peopleforrester
    Interview-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.
    0
    installs
  73. Continuous Learning V2 · peopleforrester
    Instinct-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.
    0
    installs
  74. Project Guidelines Example · peopleforrester
    Reference 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.
    0
    installs