Álisson Pereira Ferreira
Community@alissonpef · Santa Catarina
AI Engineer · Computer Vision | Computer Engineering Student @ UFSC 🇧🇷
Agent Skills by Álisson Pereira Ferreira
Showing 17 vetted skills indexed across 1 GitHub repositories.
idea-refine
Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.
debugging-and-error-recovery
Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.
test-driven-development
Guides test-first development using the red-green-refactor cycle for implementations and bug fixes.
planning-and-task-breakdown
Decomposes specifications into ordered, verifiable implementation tasks with acceptance criteria.
incremental-implementation
Implements multi-file code changes in tested, committed vertical slices.
api-and-interface-design
Design stable REST APIs, TypeScript interfaces, and module contracts with consistent error semantics.
ci-cd-and-automation
Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.
context-engineering
Configures rules files and curates context layers for AI coding agents.
frontend-ui-engineering
Builds accessible, responsive UI components following design system standards.
shipping-and-launch
Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.
spec-driven-development
Creates structured specifications through a gated specify-plan-tasks-implement workflow before coding.
code-review-and-quality
Reviews code changes across correctness, readability, architecture, security, and performance axes.
security-and-hardening
Hardens web application code against OWASP vulnerabilities through validation, authentication, and secrets management patterns.
performance-optimization
Diagnose and fix frontend and backend performance bottlenecks using measurement-driven profiling workflows.
browser-testing-with-devtools
Inspect DOM, console, network, and performance in live browsers via Chrome DevTools MCP.
git-workflow-and-versioning
Structures git commits, branching, and worktree workflows for disciplined version control.
documentation-and-adrs
Write architecture decision records, API documentation, and READMEs for software projects.
Frequently Asked Questions About Álisson Pereira Ferreira
FAQPage SchemaWhat tasks can I accomplish with alissonpef's skills?▼
You can refine ideas into MVP scopes, write specifications before coding, practice test-driven development, debug failing builds, design REST and GraphQL contracts, set up CI/CD pipelines, harden code against vulnerabilities, optimize web performance, and prepare production launches with rollback plans.
Who should use these skills?▼
Software engineers, frontend developers, and engineering teams who need structured discipline across the development lifecycle. The skills suit anyone writing specifications, reviewing code, managing git branches, building accessible UIs, or shipping production releases with staged rollouts.
How are these skills invoked at runtime?▼
Each skill is a slash command with auto_invoke disabled, meaning it runs only when explicitly triggered. For example, use 'idea-refine' or 'ideate' to start idea refinement. All skills accept an optional [options] hint and declare no required allowed_tools.
What are the prerequisites or dependencies?▼
The skills declare empty allowed_tools lists, so no special tool permissions are required. Browser testing relies on Chrome DevTools MCP for inspecting DOM, console output, and network activity. Other skills operate on your existing codebase, tests, and git history.
Do these skills cover security and performance work?▼
Yes. The security-and-hardening skill addresses vulnerabilities in user input handling, authentication, data storage, and third-party integrations. The performance-optimization skill diagnoses bottlenecks affecting Core Web Vitals and load times, while code review assesses security and performance before merging.