Markdown Converter
Agent skill for markdown-converter
- Implement a small reassembly buffer in `pkg/state` keyed by (pid,fd) to accumulate partial TLS records across multiple send/recv events.
Sign in to like and favorite skills
pkg/state keyed by (pid,fd) to accumulate partial TLS records across multiple send/recv events.Prompt: "Write a Go reassembly helper that buffers TLS records by (pid,fd), supports append, returns complete records when enough bytes for header+payload are present, and garbage-collects stale buffers after 5s."
pkg/merkle, add proof generation (audit path) and verification.ce-cli verify a check that each sampled receipt's hash is included in the latest STH.Prompt: "Extend the Merkle package with functions to build inclusion proofs (audit paths) and verify them. Use binary tree with right-duplication for odd leaves, and output hex-encoded sibling list."
.sha256 sidecar.Prompt: "Implement a function to recursively zip a directory in Go, preserving relative paths. Return the SHA-256 of the resulting file."
keys/agent_ed25519 or env var. Support base64-encoded keys.Prompt: "Write a Go helper to load an Ed25519 private key from an OpenSSH PEM file at keys/agent_ed25519 and return (pub, priv)."
/metrics (Prometheus).Prompt: "Instrument the agent with Prometheus client_golang to export counters and histograms for event lag and parsing time."
Prompt: "Write a Go HTTP client wrapper that enforces an allowlist of hosts and validates SPKI pin (base64) on TLS handshake."
Prompt: "Add a generated Go file with map[uint16]string for cipher suites and named groups; write a generator that consumes IANA CSVs."
xeipuuv/gojsonschema (or similar) before writing CCM.Prompt: "Integrate gojsonschema to validate CCM records against schemas/ccm.schema.json and fail closed (drop invalid)."