Skip to main content

tranhieutt/software_development_department

SkillsMP a collecté 106 skills depuis tranhieutt/software_development_department. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
106
Étoiles GitHub
71
Forks GitHub
41

Affichage de 40 skills collectés sur 106.

métier
Autres occupations informatiques
description

Turns real agent failures, repeated prompts, team-specific workflows, and durable project lessons into better SDD skills or memory entries. Use when the user asks to create/update/refine skills, extract reusable lessons, improve skill routing, encode team…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Provides the vendored agent-style v0.3.5 prose rule pack as a portable Claude skill. Use when installing, syncing, applying, or auditing SDD Agent-Style support in another project, or when a style-review workflow needs the bundled rules.

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Reviews Markdown prose against the pinned agent-style v0.3.5 rules and optionally writes a polished copy beside the source. Use for specs, ADRs, PR bodies, release notes, and technical docs when prose quality or evidence discipline matters.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Scans Markdown (.md) files for malicious code injection including XSS, prompt injection, script injection, obfuscated payloads, and supply chain attack vectors. Use when auditing .md files for security threats or when the user mentions scanning markdown for…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides .NET and ASP.NET Core patterns for REST APIs, Entity Framework, dependency injection, and middleware. Use when working with C# files (*.cs, *.csproj) or when the user mentions .NET, ASP.NET Core, C#, or Entity Framework.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Designs hybrid cloud architectures connecting on-premises infrastructure with public cloud services. Use when designing systems spanning on-prem and cloud, or when the user mentions hybrid cloud or multi-environment architecture.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides microservices design patterns for service decomposition, API gateway, circuit breakers, saga orchestration, and inter-service communication. Use when designing or implementing microservices architecture.

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

Provides SQL optimization patterns for query performance, indexing strategies, schema design, and database tuning. Use when optimizing slow queries, designing indexes, or tuning database performance.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate a polished internal technical HTML document following the SDD visual design system. Use when asked to "tạo tài liệu kỹ thuật", "generate HTML reference", "visual report", "technical doc", "tạo report HTML", "làm tài liệu nội bộ", or when asked to…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Validates a software product, service, or feature against readiness gates before advancing to the next delivery phase. Use when planning a phase transition or when the user mentions gate check, phase review, or readiness validation.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Generates a comprehensive software launch checklist covering technical readiness, customer communications, support, and go-live steps. Use when preparing for a product launch or when the user mentions launch checklist or go-live readiness.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generates a comprehensive pre-release validation checklist for software versions covering build verification, deployment readiness, and release risk. Use when preparing to release a product version or when the user mentions release checklist or pre-release…

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

Guidelines and procedures for creating comprehensive UI Specifications from PRDs and prototypes.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Applies production backend patterns: middleware, error handling, auth, database integration, and API design. Use when working with backend service files or when the user mentions Express, Fastify, NestJS, backend patterns, or service architecture.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Facilitates structured product ideation to define user needs, core value, and product direction. Use when the user wants to explore a new product idea, has a vague concept to develop, or mentions brainstorming or ideation.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Performs architectural and quality code review checking coding standards, SOLID principles, architectural compliance, and common software issues. Use when reviewing a file or directory before merge, or when the user mentions code review, PR review, or quality…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Strictly enforce context engineering principles to avoid context stuffing, optimize memory architecture, and manage the Research-Plan-Reset-Implement cycle.

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

Designs frontend UI architecture including component hierarchy, state management strategy, design tokens, and accessibility requirements. Use when starting frontend design or when the user mentions UI architecture, component design, or frontend planning.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

When dealing with a complex issue, epic, or multi-step feature request, break it down into modular, achievable tasks before writing code.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Enforces the creation of a clear, actionable specification before any implementation code is written. Prevents hallucinations and architectural drift.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Forces the strict Red-Green-Refactor development cycle. Requires writing a failing test and running it in the terminal before writing any implementation code.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Guidelines and procedures for planning and implementing end-to-end functional slices for fullstack features.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generates high-fidelity architecture diagrams, sequence flows, and component maps for SDD projects. Use when finalizing a design phase, documenting system architecture, or visualizing agentic workflows. Default style: Style 6 (Claude Official).

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Manages the ADR (Architecture Decision Record) registry. Use when recording tech-stack choices, design patterns, or infrastructure decisions with context, alternatives, and rationale. Supports listing, searching, or creating formal ADR documents.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Reads and filters production/traces/decision_ledger.jsonl to display a timeline of agent decisions. Supports filtering by agent, risk_tier, task_id, outcome, and date range.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Multi-agent diagnostic pipeline for complex/intermittent bugs. Orchestrates Investigator → Verifier → Solver → Lead Programmer with enforced handoff contracts. Use ONLY for non-obvious failures (root cause unclear, reproduction unstable, fixes reverted). NOT…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Production FastAPI patterns — async endpoints, SQLAlchemy 2.0 async, Pydantic V2, dependency injection, JWT auth, testing. Use for Python 3.11+ FastAPI backends. NOT for Django (→ `django-patterns`) or Node.js (→ `backend-patterns`).

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Framework-agnostic React/Vue patterns — component composition, hooks, TanStack Query, memoization, error boundaries. Use for generic React/Vue work (Vite, CRA, Storybook). For Next.js App Router / Server Components specifically, use `senior-frontend` instead.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Next.js App Router specific patterns — Server Components, Client Components boundary, parallel fetching, bundle analysis, a11y. Use ONLY for Next.js 13+ App Router projects. For generic React/Vue patterns, use `frontend-patterns` instead.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides expert-level Django development patterns covering App Router (indirectly via REST/GraphQL), async views, DRF, Celery, signals, middleware, and performance optimization. Use when building complex Django 5.x applications or identifying N+1 query issues.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides architectural patterns for LLM-powered applications and AI assistants, including prompt engineering, RAG, agent loops, conversation management, and evaluation. Use when building AI-based features, chatbots, or complex AI system architectures.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Comprehensive Next.js development patterns for App Router, Server Components, TypeScript, and Tailwind CSS. Covers foundational principles, data fetching, routing, performance, and an 8-phase development workflow. Also includes Server Actions and Metadata…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with high error rates or OPEN circuit breaker state.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Generates a standardized A2A (Agent-to-Agent) handoff contract and saves it to .tasks/handoffs/. Ensures no context is lost when work crosses agent domain boundaries.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Generates a structured multi-agent workflow graph from a pattern and agent list. Supports Sequential, Parallel, Hierarchical, and Iterative patterns. Used by @producer to plan feature delivery before any implementation begins.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Restores cognitive state from an atomic checkpoint in .tasks/checkpoints/[task_id].md, enabling instant recovery at the exact point of failure without re-running the full task.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Provides a comprehensive code review checklist for pull requests covering security, performance, maintainability, and testing. Use as a reference during code reviews or when the user asks for a review checklist.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Locks the codebase to prevent unintended writes during a freeze period such as before a release or during an incident. Use when the user mentions freezing, code lock, or release lockdown.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Enforces project safety constraints by blocking risky operations outside their approved scope during active development. Use when activating a safety guard or constraint for the current session.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Unlocks the codebase after a release freeze or incident freeze period to resume normal development. Use when a freeze period ends or when the user mentions unfreezing or lifting the code freeze.

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 106.