← all publishers

7a336e6e

@7a336e6e source repo

50 published skills

  1. Managing Backlog · 7a336e6e
    Refine, prioritize, and clean the product backlog to ensure the team is always working on the highest-value tasks.
    2 installs
  2. Securing Agents · 7a336e6e
    Enforce safeguards specifically for AI Agents to prevent prompt injection, tool misuse, and excessive autonomy (OWASP Top 10 for Agents).
    2 installs
  3. Securing Auth Routes · 7a336e6e
    Securing authentication routes with CSRF protection, rate limiting, HTTPS enforcement, and brute force mitigation.
    2 installs
  4. Scaffolding Flask · 7a336e6e bundle
    Set up a Flask application using the app factory pattern with blueprints, extensions, and environment-specific configuration.
    2 installs
  5. Testing Frontend · 7a336e6e
    Implement comprehensive frontend testing using Vitest for unit/integration tests and React Testing Library for component interactions.
    2 installs
  6. Environment Config · 7a336e6e
    The environment-config skill standardizes how agents manage environment variables, secrets, and application configuration across local development and deployed environments.
    2 installs
  7. Designing Schemas · 7a336e6e bundle
    Design normalized PostgreSQL schemas from tech specs, with proper constraints, naming conventions, and standard columns.
    2 installs
  8. Bundling Frontend · 7a336e6e
    Configure Vite to build optimized production assets, handling code splitting, tree-shaking, and static asset management.
    2 installs
  9. Building API Routes · 7a336e6e
    Build RESTful Flask routes with input validation, consistent response formatting, and pagination.
    0 installs
  10. Writing Migrations · 7a336e6e
    Create and manage Alembic database migrations with safe upgrade and downgrade paths.
    2 installs
  11. Implementing Local Auth · 7a336e6e bundle
    User registration, login, and password hashing with bcrypt for local authentication flows.
    2 installs
  12. Designing UI System · 7a336e6e bundle
    Create a unique, soulful design system that avoids generic "AI Slop." Defines tokens for color, typography, spacing, and motion that feel handcrafted and intentional.
    2 installs
  13. Building Components · 7a336e6e bundle
    Build React components with TypeScript, composition patterns, and consistent structure.
    0 installs
  14. Building RAG Pipelines · 7a336e6e bundle
    Design and implement production-quality RAG (Retrieval-Augmented Generation) pipelines with hybrid search, reranking, agentic patterns, and continuous learning.
    2 installs
  15. Managing Sessions Tokens · 7a336e6e
    JWT access tokens, refresh tokens, cookie management, token rotation, and revocation strategies.
    2 installs
  16. Scaffolding Frontend · 7a336e6e bundle
    Initialize a Vite + React + TypeScript project with standardized directory structure, tooling, and configuration.
    2 installs
  17. Defining User Stories · 7a336e6e
    Translate high-level requirements into specific, value-focused user stories with acceptance criteria.
    2 installs
  18. Delegating Tasks · 7a336e6e bundle
    Decompose requirements into discrete tasks and delegate them to the most appropriate specialist agents based on their capabilities.
    2 installs
  19. Creating Page Layouts · 7a336e6e bundle
    Design immersive, high-end page structures using Bento Grids, Asymmetry, and Sticky Scrolling. Reject the "Generic SaaS Template."
    2 installs
  20. Auditing Dependencies · 7a336e6e
    Analyze third-party libraries and supply chain risks to ensure no compromised or vulnerable code enters the project.
    2 installs
  21. Test Driven Development · 7a336e6e
    Implement features using the Red-Green-Refactor cycle to ensure testability and correctness from the start.
    2 installs
  22. Optimizing Performance · 7a336e6e bundle
    Diagnose and fix PostgreSQL performance issues using EXPLAIN ANALYZE, indexes, connection pooling, and query optimization.
    2 installs
  23. Ensuring Accessibility · 7a336e6e
    Ensure WCAG 2.2 AA compliance covering color contrast, keyboard navigation, screen reader support, accessible forms, and motion preferences.
    2 installs
  24. Analyzing Requirements · 7a336e6e bundle
    Translate natural-language requirements into structured, prioritized specifications with clear acceptance criteria.
    2 installs
  25. Designing Architecture · 7a336e6e bundle
    Turn structured requirements into a system architecture with defined components, boundaries, API contracts, and data storage strategy.
    2 installs
  26. Managing Flask Middleware · 7a336e6e
    Configure Flask middleware for CORS, rate limiting, security headers, and request logging.
    2 installs
  27. Provisioning Infrastructure · 7a336e6e
    Manage cloud resources using Infrastructure as Code (IaC) with Terraform or Pulumi to ensure reproducibility and prevent configuration drift.
    2 installs
  28. Conducting Security Audit · 7a336e6e
    Perform a rigorous, full-spectrum security assessment of the codebase, infrastructure, and logic flows to identify and remediate vulnerabilities.
    2 installs
  29. Generating Technical Spec · 7a336e6e bundle
    Break a system architecture into implementable work packages with clear tasks, dependencies, and integration contracts.
    2 installs
  30. Orchestrating Workflow · 7a336e6e
    Manage sequential and parallel execution across specialist agents, maximizing throughput while respecting task dependencies.
    2 installs
  31. Reviewing Agent Output · 7a336e6e
    Quality gates and output validation — verify that agent deliverables meet acceptance criteria, maintain cross-agent consistency, and are ready for integration.
    2 installs
  32. Systematic Debugging · 7a336e6e
    rigorous, evidence-based approach to identifying root causes of bugs using the Scientific Method (Hypothesis -> Experiment -> Conclusion).
    2 installs
  33. Code Review · 7a336e6e
    The code-review skill defines review standards, checklists, and comment conventions that agents follow when reviewing pull requests to maintain code quality and knowledge sharing.
    2 installs
  34. Git Workflow · 7a336e6e
    The git-workflow skill defines branching conventions, commit message formats, and pull request standards that all agents must follow for consistent version control.
    2 installs
  35. Writing Documentation · 7a336e6e
    Create clear, maintainable documentation for APIs, codebases, and end-users. Treat documentation as code.
    2 installs
  36. Task Tracking · 7a336e6e
    Manage the `tasks.md` ledger with strict locking and collision avoidance protocols to allow multiple agents to work in parallel safely.
    2 installs
  37. Testing Flask · 7a336e6e
    Test Flask applications with pytest using fixtures, test client, factory data, and organized test structure.
    2 installs
  38. Brainstorming · 7a336e6e
    Generate creative ideas, solve complex blocking problems, and explore alternative approaches using divergent and convergent thinking.
    2 installs
  39. Securing Data · 7a336e6e
    Implement database security through encryption, Row-Level Security, connection hardening, backups, and audit logging.
    2 installs
  40. Implementing OAUTH · 7a336e6e bundle
    GitHub and Google OAuth 2.0 integration using Authlib for Flask applications.
    2 installs
  41. Deploying Flask · 7a336e6e bundle
    Prepare and deploy the Flask application to a production environment using Gunicorn, Docker, and Nginx.
    2 installs
  42. Handling Errors · 7a336e6e
    Implement centralized error handling in Flask with custom exceptions, global handlers, and structured error responses.
    2 installs
  43. Brand Identity · 7a336e6e
    Define the "Soul" of the project—its voice, visual texture, and emotional core. Moves beyond "colors and fonts" to "feeling and memory."
    2 installs
  44. Generating CSS · 7a336e6e
    Generate production CSS from design tokens using Tailwind CSS or vanilla CSS. Maps tokens to Tailwind theme config and establishes CSS architecture.
    2 installs
  45. Configuring CI CD · 7a336e6e
    Set up automated pipelines for linting, testing, and deployment using GitHub Actions.
    2 installs
  46. Site Reliability Engineering · 7a336e6e
    Define Service Level Objectives (SLOs), manage Error Budgets, and conduct Incident Reviews to balance reliability with velocity.
    2 installs
  47. Managing State · 7a336e6e
    Manage frontend state using Zustand for client state, TanStack Query for server state, and React Context for global static values.
    2 installs
  48. Writing Queries · 7a336e6e
    Write SQLAlchemy ORM models and queries following repository patterns, with guidance on when to use raw SQL.
    2 installs
  49. Integrating API · 7a336e6e
    Implement a type-safe API client using TanStack Query and Axios/Fetch to handle data fetching, caching, and server state.
    2 installs
  50. Project Planning · 7a336e6e
    Define project scope, milestones, MVP requirements, and roadmap to turn vague ideas into executable plans.
    2 installs