
killerapp skills on Remote OpenClaw
5 skills published by killerapp. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
agentskills-io
A skill for creating, validating, and publishing Agent Skills following the open standard from agentskills.io. Covers the full workflow from authoring SKILL.md files to cross-platform deployment. Designed for reuse across Claude Code, Cursor, GitHub Copilot, and other AI tools.
adversarial-coach
A dialectical review loop where an adversarial coach independently validates implementation completeness against a requirements file. Based on Block's g3 research, it separates the implementing agent from the reviewer to catch gaps the implementer would rationalize away. Returns either IMPLEMENTATION_APPROVED or a concrete list of missing items.
aws-agentcore-langgraph
Deploys LangGraph agents to AWS Bedrock AgentCore with support for multi-agent orchestration, persistent memory across sessions, and external tool integration via Gateway. Wraps LangGraph state graphs as HTTP services running on port 8080. Includes a CLI for configuration, deployment, and lifecycle management.
chain-of-density
Chain-of-Density (CoD) is an iterative summarization method from a 2023 research paper. It compresses text through 5 passes, each identifying missing entities from the source and injecting them into the summary while holding word count constant. The result is a fixed-length summary that grows progressively more specific with each iteration.
baml-codegen
Generates complete BAML source files for type-safe LLM extraction, classification, RAG, and agent workflows from natural language requirements. Queries BoundaryML repositories via MCP for up-to-date patterns. Outputs typed client code for Python, TypeScript, Ruby, and Go.