FCnatra avatar

FCnatra

Community

@fcnatra · Bilbao, Spain

4Followers
|
52Public Repos
|
28Published Skills

Software development

Agent Skills by FCnatra

Showing 28 vetted skills indexed across 1 GitHub repositories.

fcnatrafcnatra

ai-patterns

Reference markdown documents for AI coding patterns, anti-patterns, and obstacles.

Community
Intermediate
fcnatrafcnatra

hamburger-method

Decompose large features into vertical slices with progressive implementation options.

Community
Intermediate
fcnatrafcnatra

small-safe-steps

Decompose complex work into reversible 1-3 hour deployable steps.

Community
Advanced
fcnatrafcnatra

complexity-review

Review technical proposals against 30 complexity dimensions and simpler alternatives.

Community
Advanced
fcnatrafcnatra

hexagonal-architecture

Apply Hexagonal Architecture patterns to separate domain logic from external adapters.

Community
Intermediate
fcnatrafcnatra

event-modeling

Design software systems using Event Modeling with vertical slices.

Community
Advanced
fcnatrafcnatra

writing-bash-scripts

Enforce bash scripting best practices for shebang, error handling, and input validation.

Community
Basic
fcnatrafcnatra

thinkies

Apply Kent Beck's Thinkies to generate ideas and reframe decisions.

Community
Intermediate
fcnatrafcnatra

refinement-loop

Refine documents through iterative multi-pass review and critical checks.

Community
Intermediate
fcnatrafcnatra

story-splitting

Decompose large user stories into smaller actionable increments using splitting heuristics.

Community
Intermediate
fcnatrafcnatra

jira

Search Jira issues via REST API using PowerShell and JQL.

Community
Intermediate
fcnatrafcnatra

using-uv

Manage Python package and project dependencies using the UV tool.

Community
Intermediate
fcnatrafcnatra

collaborative-design

Facilitate collaborative software feature design through visual scenarios and iterative refinement.

Community
Intermediate
fcnatrafcnatra

git-worktrees

{"Recipes":{"Breakfast":"Bacon & Eggs","Lunch":"Chicken & Rice","Dinner":"Steak & Fries"}}

Community
Intermediate
fcnatrafcnatra

refactoring

Refactor code through structured multi-stage processes while maintaining passing tests.

Community
Advanced
fcnatrafcnatra

dockerfile-review

Review Dockerfiles for build performance, image size, and security issues.

Community
Intermediate
fcnatrafcnatra

modern-cli-design

Design scalable command-line tools with object-command architecture and JSON output.

Community
Advanced
fcnatrafcnatra

creating-process-files

Generate and refine process files defining structured AI workflow steps.

Community
Intermediate
fcnatrafcnatra

code-simplifier

Refactor code to reduce nesting, remove dead code, and clarify conditionals.

Community
Intermediate
fcnatrafcnatra

creating-hooks

Execute shell commands at Claude Code lifecycle events with configurable matchers.

Community
Intermediate
fcnatrafcnatra

writing-statuslines

Create and customize Claude Code status line scripts that process JSON input via stdin.

Community
Intermediate
fcnatrafcnatra

traductor-bilingue

Translate technical text between English and Spanish while preserving tone and formatting.

Community
Intermediate
fcnatrafcnatra

bdd-with-approvals

Create executable BDD specifications and scannable approval tests.

Community
Intermediate
fcnatrafcnatra

nullables

Replace mocking libraries with Nullables pattern for state-based tests.

Community
Advanced