Home · ApexMarkdown/apex Wiki
Universal Markdown Processor compatible with CommonMark, GFM, MultiMarkdown, Kramdown, mmark, and more — Home · ApexMarkdown/apex Wiki
SuperGeekery: A blog probably of interest only to nerds by John F Morton.
Welcome to my link library. These are not links to content I have created unless you see that mentioned in the link’s description. These are links I found interesting enough to want to keep track of. If you read Craft Link List, the Craft CMS newsletter I used to write, this page is a replacement of sorts for that exercise. Enough talk. Let’s hit the links.
Universal Markdown Processor compatible with CommonMark, GFM, MultiMarkdown, Kramdown, mmark, and more — Home · ApexMarkdown/apex Wiki
Claude Code’s output styles control Claude’s role, tone, and response format for software engineering tasks. The documentation explains four built-in styles — Proactive, Concise, Explanatory, and Learning — and how to configure them via terminal, VS Code extension, or desktop app. Users can also create custom output styles using Markdown files with frontmatter and instructions.
Laravel Boost is a Laravel 13.x development tool that enhances AI-assisted coding by providing guidelines, agent skills, and a documentation API with over 17,000 pieces of Laravel-specific information. It integrates with AI agents like Claude Code and Cursor to help write high-quality Laravel applications following best practices. Installation is done via Composer with the boost:install command.
GitHub’s dsh-plugin topic page displays 11,124 public repositories tagged with dsh-plugin, sortable by language and popularity. Featured projects include DeepSeek Harness plugins, AI agent frameworks, design tools, and developer utilities, mostly written in TypeScript and JavaScript. The page allows filtering and sorting by stars, forks, and update frequency.
DeepSeek Harness is a developer preview platform for building AI agents with a modular plugin architecture. Every capability — models, tools, skills, storage, and UI — is a swappable plugin built on the Cordis kernel. The framework offers multiple runtime modes and full traceability of agent actions through append-only session logs.
Design engineer at the intersection of code, design and art. My own little space on the internet: side projects, writing, photography and postcards.
Unsloth Desktop is a free, open-source desktop application for running and training AI models locally on macOS, Windows, and Linux. It supports LLMs, diffusion models, and audio generation with features including accurate tool calls, image/video generation, code execution, and remote deployment via HTTPS.
Kilian Valkhof explains practical programming principles for self-taught front-end developers, focusing on actionable rules-of-thumb like YAGNI and DRY that improve daily coding decisions without requiring formal computer science training. Based on 20+ years of experience, the article translates abstract concepts into useful habits for writing better code incrementally.
Qwen3.6 delivers substantial upgrades in agentic coding and thinking preservation than previous Qwen models.
Anthropic’s blog post explaining how they simplified context engineering for Claude 5 models by removing over 80% of Claude Code’s system prompt. The article provides best practices for building effective general prompts and guidance for advanced Claude models, including lessons on reducing unnecessary constraints and leveraging new tools like memory and skills.
This repository contains a system prompt framework (Guardrails Kit) designed to improve Claude Opus/Sonnet’s code quality by making explicit the reasoning rules that stronger models apply implicitly. It includes core guidelines, planning, coding, debugging, and verification procedures, plus a migration tool for retrofitting existing projects.
Thanks to Claude Code, Codex, and other AI tools, anyone can now build functional apps. Which means everyone can build exactly the software they need.
Loop engineering is a system design approach where developers build automated recursive processes to prompt AI coding agents rather than manually prompting them each turn. The system handles discovery, task assignment, verification, and iteration independently, with five key components: scheduled automations, isolated worktrees, project knowledge documentation, tool connectors, and sub-agents for checking work.
This article examines “prompt debt,” the hidden costs of relying on hand-tuned natural language prompts to specify AI system behavior. It explains how initial prototyping speed masks long-term problems: slowing iteration cycles, team coordination challenges, and model lock-in that prevents upgrading to better alternatives. The author argues that natural language was never designed as an engineering specification language and treating it as one fundamentally limits scalable AI application development.
Shortcuts Playground is a free, open-source plugin that converts plain English descriptions into working Apple Shortcuts files using AI agents like Claude. Users type a sentence and receive a ready-to-import .shortcut file with all actions, variables, and logic automatically configured, eliminating manual drag-and-drop building.
Shortcuts Playground is a free, open-source plugin for Claude Code and Codex that generates Apple Shortcuts using natural language prompts. Users can request any shortcut and receive a ready-to-import file within minutes. The MacStories Shortcuts Archive has been redesigned with new categories and now includes 100 AI-generated shortcuts verified by the creator.
Warp is an agentic development environment, born out of the terminal. — warpdotdev/warp
This GitHub page presents codesight, a universal AI context generator. It saves thousands of tokens for AI tools by building a persistent knowledge base directly from your codebase.
This GitHub repo describes Phantom, an AI co-worker with its own computer. It’s self-evolving, has persistent memory, builds tools, and runs on Slack.
This GitHub repo provides best practices for Claude Code. It details structuring agents, commands, skills, and workflows to optimize AI development.
This course helps web developers integrate AI into websites and apps. It focuses on planning and responsible system design, not specific tools.
Garry Tan’s gstack is a Claude Code setup on GitHub. It uses 23 AI agents automating roles from CEO to QA for rapid, high-volume software development.
This page details 15 hidden and under-utilized features for Claude Code, shared by its creator Boris Cherny. Tips cover mobile app use, session transfer, and task automation.
Anthropic improved Claude’s autonomous coding for complex app development. A multi-agent system (generator, evaluator, planner) tackles long-running task issues like context and self-evaluation.
Overview of Framework v2, detailing its UI utilities, components, and guides. It covers layout, styling, responsive design, and upgrade information.
Most teams have repetitive, high-volume tasks that eat up their week: migrating components, generating tests, auditing content. Nightshift is a batch…
Simon Willison’s fireside chat covers agentic engineering. He discusses AI adoption, trusting AI output, and how coding agents make test-driven development “effectively free.”
A Claude Code cheat sheet detailing keyboard shortcuts, slash commands, MCP server management, memory, and workflows. Essential for efficient use.
Neil Kakkar shares how Claude Code boosts his productivity. He automates tasks, speeds workflows, and delegates to AI agents, becoming a “manager of agents.”
AI “vibe coding” doesn’t work with vague English specifications. Mastering software complexity requires abstraction, not just AI, which is what coding is.