Back to authors
martimramos

martimramos

14 Skills published on GitHub.

forge-conventions

Project conventions for git commits, branch naming, and code style. Use when committing code, creating branches, or reviewing code style.

UncategorizedView skill →

forge-docs

MkDocs documentation standards with mkdocs-material theme. Use when creating documentation, README files, or project docs structure.

UncategorizedView skill →

forge-lang-ansible

Ansible automation safety practices. Enforces check-mode-first workflow. Use when working with playbooks, roles, or inventory files.

UncategorizedView skill →

forge-lang-bash

Bash/Shell scripting standards including shellcheck, shfmt, and bats testing. Use when working with shell scripts (.sh, .bash).

UncategorizedView skill →

forge-lang-c

C development standards including make, gcc/clang, valgrind, and cppcheck. Use when working with C files, Makefiles, or CMakeLists.txt.

UncategorizedView skill →

forge-lang-cpp

C++ development standards including make/cmake, g++/clang++, and static analysis. Use when working with C++ files (.cpp, .hpp, .cc, .hh).

UncategorizedView skill →

forge-lang-node

Node.js development standards including jest/vitest, eslint, and prettier. Use when working with JavaScript files, package.json, or npm/pnpm.

UncategorizedView skill →

forge-lang-python

Python development standards including pytest, ruff, black, and mypy. Use when working with Python files, tests, or dependencies.

UncategorizedView skill →

forge-lang-rust

Rust development standards including cargo test, clippy, and rustfmt. Use when working with Rust files, Cargo.toml, or Rust tests.

UncategorizedView skill →

forge-lang-terraform

Terraform infrastructure-as-code safety practices. Enforces plan-before-apply workflow. Use when working with .tf files or infrastructure commands.

UncategorizedView skill →

forge-lang-terragrunt

Terragrunt wrapper for Terraform with DRY configurations. Enforces plan-before-apply workflow. Use when working with terragrunt.hcl files.

UncategorizedView skill →

forge-lang-typescript

TypeScript development standards including type checking, jest/vitest, eslint, and prettier. Use when working with TypeScript files, tsconfig.json, or .ts/.tsx files.

UncategorizedView skill →

forge-security

Enforces security guardrails for Claude Code. Blocks access to secrets, credentials, and sensitive files. Requires confirmation for network requests and infrastructure changes. Use when accessing files, making network requests, or running infrastructure commands.

UncategorizedView skill →

forge-tdd

Enforces test-driven development workflow for Claude Code. Implements Red-Green-Refactor cycle with configurable gates. Use when writing code, implementing features, or fixing bugs.

UncategorizedView skill →