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