Agent Skills by Fernando
Showing 25 vetted skills indexed across 1 GitHub repositories.
content-research-writer
Research topics, outline articles, and provide section feedback with citations.
build-fix
Fix Python build, lint, and type errors incrementally with pytest, ruff, and mypy.
review-decisions
Evaluate decisions in DECISIONS.md using logs, commits, and usage data.
update-portfolio
Parse git state and rewrite the project portfolio table in CLAUDE.md.
update-project-docs
Analyze repository structure and update CLAUDE.md, DECISIONS.md, and SESSION.md.
verify
Run lint, type checks, tests, and security scans before commits.
init-project-docs
Create .claude documentation scaffolding with CLAUDE.md, DECISIONS.md, and SESSION.md.
code-review
Automate security and quality review of uncommitted code changes.
test-writer
Generate pytest test skeletons with fixtures, parametrization, and mocks for Python functions and classes.
docs
Generate Markdown or reStructuredText documentation from codebases.
sync-session
Updates and preserves work state in SESSION.md for session resumption.
issue
Parse issues, analyze code, and drive fixes through TDD and verification.
autonomous-loop
Run iterative autonomous development loops with test-first implementation and exit detection.
review
Automate code-change evaluation for PRs and local changes.
workflow
Route development tasks to specialized sub-workflows based on intent detection.
new-house-project
Gather requirements and generate research-backed home-improvement project proposals.
analyze
Clarify decision goals and outline an end-to-end data analysis plan.
feature
Guide product teams through feature planning from requirements to governance.
remember
Update PERSONAL.md with categorized personal context after user confirmation.
ports
Read PORTS.md, check active ports with ss, and propose next available ports.
tdd
Enforce a test-driven development workflow for Python projects with pytest.
security-review
Detect and remediate security vulnerabilities in Python codebases.
refactor
Refactor code incrementally with snapshot tests and git checkpoints.
debug
Guide a reproduce-isolate-trace-hypothesize-fix-prevent debugging workflow.