BeClaude

FDEOps

New
2GitHub TrendingGeneralby suboss87

The discipline and methodology for Forward Deployed Engineers. 34 skills, deterministic CLI, self-writing engagement memory. Works with any AI coding tools.

Summary

FDEOps provides a structured methodology for Forward Deployed Engineers, offering 34 deterministic CLI skills and self-writing engagement memory to streamline deployment workflows.

  • It integrates with any AI coding tools, enabling rapid, repeatable, and auditable operations in production environments.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/fdeops.md https://raw.githubusercontent.com/suboss87/FDEOps/main/SKILL.md
3
Invoke in Claude Code
/fdeops

Use Cases

Quickly bootstrap a new deployment environment with standardized configurations and checks.
Automate incident response by running predefined diagnostic and remediation playbooks.
Maintain a persistent engagement log that automatically records actions and decisions for post-mortem analysis.
Enforce deployment best practices across teams using deterministic, version-controlled CLI commands.
Seamlessly hand off ongoing operations between shifts or team members with complete context preserved.
Validate infrastructure changes against compliance policies before applying them to production.

Usage Examples

1

/fdeops init --template aws-ecs --region us-west-2

2

Run the health check playbook for the payment service and log results.

3

/fdeops audit --since 2025-01-01 --output summary.md

View source on GitHub
deployment

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is FDEOps?

FDEOps provides a structured methodology for Forward Deployed Engineers, offering 34 deterministic CLI skills and self-writing engagement memory to streamline deployment workflows. It integrates with any AI coding tools, enabling rapid, repeatable, and auditable operations in production environments.

How to install FDEOps?

To install FDEOps: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/fdeops.md https://raw.githubusercontent.com/suboss87/FDEOps/main/SKILL.md. Finally, /fdeops in Claude Code.

What is FDEOps best for?

FDEOps is a skill categorized under General. It is designed for: deployment. Created by suboss87.

What can I use FDEOps for?

FDEOps is useful for: Quickly bootstrap a new deployment environment with standardized configurations and checks.; Automate incident response by running predefined diagnostic and remediation playbooks.; Maintain a persistent engagement log that automatically records actions and decisions for post-mortem analysis.; Enforce deployment best practices across teams using deterministic, version-controlled CLI commands.; Seamlessly hand off ongoing operations between shifts or team members with complete context preserved.; Validate infrastructure changes against compliance policies before applying them to production..