FCnatra
Community@fcnatra · Bilbao, Spain
Software development
Agent Skills by FCnatra
Showing 28 vetted skills indexed across 1 GitHub repositories.
ai-patterns
Reference markdown documents for AI coding patterns, anti-patterns, and obstacles.
hamburger-method
Decompose large features into vertical slices with progressive implementation options.
small-safe-steps
Decompose complex work into reversible 1-3 hour deployable steps.
complexity-review
Review technical proposals against 30 complexity dimensions and simpler alternatives.
hexagonal-architecture
Apply Hexagonal Architecture patterns to separate domain logic from external adapters.
event-modeling
Design software systems using Event Modeling with vertical slices.
writing-bash-scripts
Enforce bash scripting best practices for shebang, error handling, and input validation.
thinkies
Apply Kent Beck's Thinkies to generate ideas and reframe decisions.
refinement-loop
Refine documents through iterative multi-pass review and critical checks.
story-splitting
Decompose large user stories into smaller actionable increments using splitting heuristics.
jira
Search Jira issues via REST API using PowerShell and JQL.
using-uv
Manage Python package and project dependencies using the UV tool.
collaborative-design
Facilitate collaborative software feature design through visual scenarios and iterative refinement.
git-worktrees
{"Recipes":{"Breakfast":"Bacon & Eggs","Lunch":"Chicken & Rice","Dinner":"Steak & Fries"}}
refactoring
Refactor code through structured multi-stage processes while maintaining passing tests.
dockerfile-review
Review Dockerfiles for build performance, image size, and security issues.
modern-cli-design
Design scalable command-line tools with object-command architecture and JSON output.
creating-process-files
Generate and refine process files defining structured AI workflow steps.
code-simplifier
Refactor code to reduce nesting, remove dead code, and clarify conditionals.
creating-hooks
Execute shell commands at Claude Code lifecycle events with configurable matchers.
writing-statuslines
Create and customize Claude Code status line scripts that process JSON input via stdin.
traductor-bilingue
Translate technical text between English and Spanish while preserving tone and formatting.
bdd-with-approvals
Create executable BDD specifications and scannable approval tests.
nullables
Replace mocking libraries with Nullables pattern for state-based tests.