Álisson Pereira Ferreira avatar

Álisson Pereira Ferreira

Community

@alissonpef · Santa Catarina

11Followers
|
20Public Repos
|
17Published Skills

AI Engineer · Computer Vision | Computer Engineering Student @ UFSC 🇧🇷

Skills Distribution
DomainDeveloper To...Software Engineeri.. (40%)Testing & Quality .. (25%)DevOps & Release E.. (20%)Security & Perform.. (15%)

Agent Skills by Álisson Pereira Ferreira

Showing 17 vetted skills indexed across 1 GitHub repositories.

alissonpefalissonpef

idea-refine

Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.

Community
Intermediate
alissonpefalissonpef

debugging-and-error-recovery

Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.

Community
Intermediate
alissonpefalissonpef

test-driven-development

Guides test-first development using the red-green-refactor cycle for implementations and bug fixes.

Community
Intermediate
alissonpefalissonpef

planning-and-task-breakdown

Decomposes specifications into ordered, verifiable implementation tasks with acceptance criteria.

Community
Intermediate
alissonpefalissonpef

incremental-implementation

Implements multi-file code changes in tested, committed vertical slices.

Community
Intermediate
alissonpefalissonpef

api-and-interface-design

Design stable REST APIs, TypeScript interfaces, and module contracts with consistent error semantics.

Community
Intermediate
alissonpefalissonpef

ci-cd-and-automation

Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.

Community
Advanced
alissonpefalissonpef

context-engineering

Configures rules files and curates context layers for AI coding agents.

Community
Intermediate
alissonpefalissonpef

frontend-ui-engineering

Builds accessible, responsive UI components following design system standards.

Community
Intermediate
alissonpefalissonpef

shipping-and-launch

Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.

Community
Intermediate
alissonpefalissonpef

spec-driven-development

Creates structured specifications through a gated specify-plan-tasks-implement workflow before coding.

Community
Intermediate
alissonpefalissonpef

code-review-and-quality

Reviews code changes across correctness, readability, architecture, security, and performance axes.

Community
Intermediate
alissonpefalissonpef

security-and-hardening

Hardens web application code against OWASP vulnerabilities through validation, authentication, and secrets management patterns.

Community
Intermediate
alissonpefalissonpef

performance-optimization

Diagnose and fix frontend and backend performance bottlenecks using measurement-driven profiling workflows.

Community
Intermediate
alissonpefalissonpef

browser-testing-with-devtools

Inspect DOM, console, network, and performance in live browsers via Chrome DevTools MCP.

Community
Intermediate
alissonpefalissonpef

git-workflow-and-versioning

Structures git commits, branching, and worktree workflows for disciplined version control.

Community
Intermediate
alissonpefalissonpef

documentation-and-adrs

Write architecture decision records, API documentation, and READMEs for software projects.

Community
Intermediate

Frequently Asked Questions About Álisson Pereira Ferreira

FAQPage Schema
What 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.