nowfound

Alternatives

Products that do what Claude Slash Command Suite inspired by Anthropics best practices guide does

I built a collection of professional slash commands for Anthropic's Claude Code that provide structured workflows for common software development tasks. These commands are directly inspired by and adapted from Anthropic's own claude-code-best-practices (https://www.anthropic.com/engineering/claude-code-best-practices) documentation, translating their recommendations into executable workflows. The suite includes commands for: • Comprehensive code reviews with security and performance analysis • End-to-end feature development with planning, implementation, and testing •…

  1. 1

    Make prototypes, slides & one-pagers by talking to Claude

    Apr 2026

  2. 2
    Sipcode148

    Keep Claude Code's context clean for sharper answers

    Jun 2026 · anuj7411.github.io

  3. 3

    Run Claude, Codex & Copilot directly in GitHub & VS Code

    Feb 2026

  4. 4
    Boxes.dev112

    Run Claude Code and Codex in your own cloud environment

    Jun 2026 · boxes.dev

  5. 5
    AlliHat96

    Claude AI in your Safari sidebar

    May 2026 · allihat.com

  6. 6

    Master Claude Code to build and ship: terminalvelocity.ai

    May 2026

  7. 7
    Vexilo86

    Claude Code planner w/ 31 agents, 92 commands, + 121 skills

    May 2026

  8. 8

    Anthropic's most capable model, now available to everyone

    Jun 2026 · anthropic.com

  9. 9CC

    I reviewed Anthropic's newly released Claude Code and compared it to Aider. CC has a great design, and I'll be using it sometimes (especially in large code bases), but I'm sticking with Aider as my primary tool for now. If you use LLM coding tools on the command line, then I hope you'll find this useful!

    2025 · mechanisticmind.substack.com

  10. 10

    Build apps in minutes with zero coding required

    May 2026 · youtube.com

  11. 11CC

    I built Claude‑CMD, an open-source command-line interface for working with Claude Code commands, configurations, and AI-driven workflows. It’s designed to help developers and PMs streamline how they interact with Claude Code in coding tasks, automation, and prompt management. Website: claudecmd.com Happy to answer questions or hear suggestions. You can also contribute your own commands to help improve the project. Contributions welcome!

    2025 · github.com

  12. 12

    Anthropic's most capable model ever — free until June 22

    Jun 2026 · anthropic.com

  13. 13

    Any model as a real Claude Code teammate — no sub

    Jun 2026 · github.com

  14. 14CC

    VS Code and JetBrains have official Claude Code IDE integration, but Visual Studio doesn't. There's an open GitHub issue with a lot of +1s so I built it myself (check out the gif in the GitHub repo for a visual example). It implements the same protocol the official plugins use, so the Claude CLI connects to it automatically. You don't configure anything, just install the extension and click Launch. The main thing it adds over running Claude in a terminal is that edits open in Visual Studio's native diff viewer instead of auto-applying or prompting you in the terminal. You click Accept or…

    Jun 2026 · github.com

  15. 15CP

    Anthropic announced today that starting June 15, paid Claude plans get a separate monthly credit pool for programmatic usage (claude -p, Agent SDK). Seems OK at first glance but it turns out the monthly credit pool is charged at API rates, which effectively kills any serious programmatic usage for hobbyists. This is a small Claude Code wrapper which runs claude in a PTY, injecting input, finding the session transcript jsonl file, and using a stop hook to determine when claude is done. It's a drop-in replacement for claude code. All arguments except the "-p" argument are forwarded as-is.…

    May 2026 · github.com

  16. 16

    A Claude Code plugin that makes AI designs amazing

    May 2026 · uxskill.laithjunaidy.com

  17. 17CC

    I’ve been exploring LLM-driven developer workflows and built a demo where Claude Code acts like a Replit-style frontend for infrastructure. - You write a prompt in Claude - Claude generates a workload spec - Humanitec receives the spec and deterministically deploys infra to GCP (via Terraform) - App is up in under 1 minute — no pipelines, no DevOps tickets The backend is policy-enforcing and built for enterprise use cases (used by large orgs like Apple, ABB, etc.), but the flow feels like magic for devs or agents. demo: https://www.youtube.com/watch?v=jvx9CgBSgG0 Repo:…

    Oct 2025

  18. 18IU

    This sounds clickbait, but it’s true: I used Claude Mythos to build the full site in 1 day. Then Anthropic removed the model, so I had to go back to Opus.

    Jun 2026 · brandlm.ai

  19. 19UC

    Anthropic recently released a new model called Claude. As I was unable to access this model, I noticed a lot of discussions on Twitter regarding comparisons and use cases of Claude and ChatGPT. To keep track of these conversations, I created a repository that compiles information on the following topics: * Comparisons between Claude and ChatGPT * Use cases * Limitations of Claude Check it out and please create a bug/PR if more threads can be added: https://github.com/taranjeet/awesome-claude

    2023

  20. 20

    10 evidence-first workflows for AI coding agents

    Jul 2026 · ai-agent-skills-pack.vercel.app

  21. 21OO

    One coding agent orchestrator UI for Claude and Codex, but actually feels nice. Free, open-source, MIT licensed. Why I built it: - I wanted a lightweight UI as nice as the Codex app, but without the complexity and the custom diffs on the side - I want files and diffs open straight in my editor! - And I wanted both agents - Anthropic + OpenAI — in one place How it works: - No API keys, no OAuth, no separate billing — it just uses whatever you're already logged into. So your Claude Max and ChatGPT/Codex subscriptions both work out of the box. - Talks to Claude Code via the Claude Agent…

    Apr 2026 · github.com

  22. 22IA

    1. Headless mode Headless mode allows you to use the AI as a command-line utility for automation and scripting. In Claude Code you run it with the -p flag: claude -p, in codex - exec, opencode - run. 2. Ask human The traditional communication channel with the operator won't work in headless mode - we need to implement a dedicated tool. Here is an example of how this can be done https://github.com/sermakarevich/claude/tree/main/mcp/ask_hu... 3. Tasks queue Beads is a lightweight distributed graph issue tracker for AI agents, powered by Dolt. You can…

    Jun 2026

  23. 23AF

    Hey HN, Claude Code is powerful, but its execution is a black box. You see the final result, not the journey. Agent Flow makes the invisible visible in realtime: - Understand agent behavior: See how Claude breaks down problems, which tools it reaches for, and how subagents coordinate - Debug tool call chains: When something goes wrong, trace the exact sequence of decisions and tool calls that led there - See where time is spent: Identify slow tool calls, unnecessary branching, or redundant work at a glance - Learn by watching: Build intuition for how to write better prompts by observing how…

    Mar 2026 · github.com

  24. 24CF

    Anthropic's usage analytics dashboard is only available to Team and Enterprise org admins. On a Pro or Max plan all you get is /usage and the claude.ai usage page, which show where you stand right now but not where you're heading. I looked at various open-source projects but none quite matched what I had in mind: an all-round control panel for Claude Code that's also a single binary, with no dependencies and no install steps. The other thing I cared about was forecasting the usage limits. Existing tools do burn-rate projections (ccusage) or percentile heuristics…

    Jun 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →