#ai-coding
#automation
#code-agents
#github
#github
#markdown
> [!NOTE]

-- ALWAYS with alt text- [ ] 2025-08-21 Draft a letter
spec.md
to AI coding agents rather than directly typing-in prompts. This lets you meta-prompt and (collaboratively) iterate on the spec.md
, version the prompts as specs, and generate specs as documentation. Tanika Gupta #ai-coding
#code-agents
#future
#github
#markdown
#prompt-engineering
#faq
apply_patch()
function. Implement this in JavaScript #github
#markdown
#prompt-engineering
#medium
#code-agents
#github
#ai-coding
#ai-coding
#automation
#code-agents
#dev
#github
#markdown
#prompt-engineering
#ai-coding
#best-practices
#code-agents
#dev
#future
#github
#markdown
#prompt-engineering
#ai-coding
#dev
#future
#github
#llm-ops
#prompt-engineering
git clone --filter='blobs:size=100k' <repo>
will clone files under 100K and fetch the rest only on checkout. Over time, Git LFS capabilities will migrate into native Git. Ref #github
apply_patch()
function. Aider supports multiple edit formats that are commonly referenced as a standard. Code Surgery has a good walkthrough of various strategies. These are similar to Google's diff-match-patch approach (which fuzzy matches and then patches) but does not require line numbers. ChatGPT #ai-coding
#chatgpt
#github
#markdown
"type": "custom"
that lets it write code as an argument to a tool call. Great for code / SQL generation. Even more powerfully, you can generate output following specific grammars, e.g. STL files, PostgreSQL dialect, Mermaid/PlantUML diagrams, OpenAPI specs, Vega-Lite JSONs, Cron expressions, GraphQL SDLs, Dockerfiles, Terraform HCLs, or any DSL! # #ai-coding
#automation
#code-agents
#github
#markdown
#prompt-engineering
#github
#markdown
#github
#markdown
#github
#markdown
#best-practices
#chatgpt
#code-agents
#future
#github
#markdown
#optimization
#prompt-engineering
-p
or --prompt
flag lets it crunch large code bases and pass relevant responses back to Claude Code. #ai-coding
#chatgpt
#code-agents
#github
#ai-coding
#chatgpt
#code-agents
#github
#markdown
#best-practices
#github
#llm-ops
#markdown
#ai-coding
baseUrl
vs baseURL
”, “add GA‑4 exam module”. → churn & rewrites.vitest
not installed, .dev.vars
absent, sub‑modules not cloned, network blocks.npm install
, env‑var templates, and submodule noteslint && test
(plus static‑analysis / self‑critique) before every response#ai-coding
#automation
#code-agents
#dev
#github
#markdown
#prompt-engineering
claude --debug
shows what Claude Code is doing behind a scenes -- and is a good way to understand hidden / undocumented features..claude/commands/
.CLAUDE.md
, AGENTS.md
and GEMINI.md
into a CONVENTIONS.md
#ai-coding
#code-agents
#github
#markdown
OPENAI_BASE_URL=https://openrouter.ai/api/v1 OPENAI_API_KEY=$OPENROUTER_API_KEY OPENAI_MODEL=qwen/qwen3-coder npx -y @qwen-code/qwen-code
Move AI Image Chat position in tools.json AND in README.md to just below Daydream. Add a small filled-circle icon before "Created: ..." date. The color should be based on how old the created date was. Use primary if it's within the last week, success if it's in the last 30 days, warning if it's in the last 365 day and light otherwise. Also, add a col-xl-3 to the tools-grid cells
#ai-coding
#automation
#code-agents
#github
#prompt-engineering
#github
#ai-coding
#code-agents
#github
#ai-coding
#code-agents
#github
#markdown
To keep Claude Code in line on my project, I’ve relied heavily on linters, build scripts, formatters, and git commit hooks. It’s pretty easy to get Claude Code to commit often by including it in your CLAUDE.md, but it often likes to ignore other commands like “make sure the build doesn’t fail” and “fix any failing tests”. All my projects have a .git/hooks/pre-commit script that enforces project standards. The hook works really well to keep things in line.
#github
~/.claude/settings.json
(personal) < .claude/settings.json
(project) < .claude/settings.local.json
(uncommitted personal) < CLI arguments. Explore model
, permissions
, env
, forceLoginMethod
. Ref #github
#markdown
#ai-coding
~/.claude/CLAUDE.md
< .CLAUDE.md
and from subdirectories when required. Run /init
to auto-create it with repo-specific info! Mention @file
to import. Beginning an input with # ...
adds it to memory! Run /memory
to view/edit memory files. Ref #github
#markdown
#ai-coding
#ai-coding
#code-agents
#github
#markdown
#python
/review
command that requests a code review and a /pr_comments
to view pull request comments Ref #code-agents
#github
#ai-coding
/compact Focus on code samples and API usage
(or mention it in CLAUDE.md
) #ai-coding
#code-agents
#github
#markdown
/install-github-app
so that any mention of @claude
in an issue or a PR will trigger a CI job that does what you suggest. An alternative to Jules or Codex #ai-coding
#code-agents
#github
#cloud
#code-agents
#github
#ai-coding
~/.claude/
#ai-coding
#code-agents
#github
#markdown
lazygit
is a 5-MB TUI that lets you stage/commit/push/diff in one screen #dev
#github
#markdown
uvx git-smart-squash
re-organizes haphazard commits using LLMs. git-smart-squash #github
#markdown
#ai-coding
#github
#ai-coding
#github
#llm-ops
#database
#github
#future
#github
#ai-coding
#code-agents
#github
#github
#markdown
#ai-coding
#best-practices
#code-agents
#future
#github
#optimization
#learning
#ai-coding
#automation
#code-agents
#dev
#future
#github
#prompt-engineering
#ai-coding
#code-agents
#dev
#future
#github
#prompt-engineering
#ai-coding
#chatgpt
#code-agents
#github
#markdown
#document-conversion
#github
#markdown
#ai-coding
#github
#html
#markdown
#code-agents
#github
#ai-coding
#code-agents
#dev
#github
#html
#markdown
#prompt-engineering
#github
#html
#llm-ops
#web-dev
#github
#markdown
#web-dev
#ai-coding
#future
#github
#markdown
#prompt-engineering
#code-agents
#github
#chatgpt
#github
#tts
#github
#llm-ops
make
but uses YAML conifguration. Written in Rust. #github
#markdown
#cloud
#database
#github
#markdown
#ai-coding
#code-agents
#dev
#github
#github
#html
#markdown
#write
[[n]]
is probably the best citation format for inline search references in RAG. ChatGPT #github
#cloud
#github
#hosting
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
#code-agents
#github
#cloud
#github
#hosting
gh codespace create --idle-timeout 10m --machine basicLinux32gb -R $USER/$REPO
returns the $CONTAINER_IDgh codespace ssh -c $CONTAINER_ID
gh codespace delete -c $CONTAINER_ID
cmdg
. #code-agents
#github
#llm-ops
#markdown
#prompt-engineering
#ai-coding
#code-agents
#future
#github
#markdown
#github
#markdown
tqdm.pbar
can print logs while showing progress. It's worth noting such learnings until it becomes a habit. #ai-coding
#automation
#code-agents
#future
#github
#markdown
#prompt-engineering
#learning
#dev
#future
#github
#ai-coding
#code-agents
#github
#markdown
codex.md
can only handle 32K.#ai-coding
#github
#ai-coding
#code-agents
#github
#markdown
#prompt-engineering
#code-agents
#github
#ai-coding
#code-agents
#dev
#github
#llm-ops
#markdown
#prompt-engineering
ai!
comment to trigger changes and ai?
to ask questions.tmux
based LLM tool for the command line. It screen-grabs from tmux, which is powerful.make
sucks but is hard to beat. just
comes closest.yjs
is a good start but automerge
(Rust, WASM) is faster and may be better.#github
#markdown
#ai-coding
#code-agents
#dev
#github
#html
#markdown
#prompt-engineering
#web-dev
#github
#markdown
jq
for HTML. #github
#html
#markdown
#prompt-engineering
#web-dev
#faq
#chatgpt
#github
#github
#gpu
nvcr.io
#ai-coding
#automation
#code-agents
#future
#github
#llm-ops
#github
#markdown
#tts
#write
#github
#markdown
#github
git clone
#document-conversion
#github
#markdown
#prompt-engineering
#document-conversion
#github
#gpu
#markdown
#github
#github
#html
#markdown
o3-mini
which was launched this week (though in limited preview). #future
#github
#markdown
#models
#cloud
#future
#github
#markdown
#document-conversion
#github
#markdown
uvx files-to-prompt
npx git-ingest
ingest
- written in Go, only Mac/Linux binariesgit add
the submodule. #github
git pull --recurse-submodules
: Pulls parent repo along with submodulesgit submodule status
: For each submodule, show current commit, path, and branch (if on a branch)git submodule update --init --recursive
: Fetches/moves each submodule to the commit tracked by the parent repo#cloud
#code-agents
#github
#llm-ops
#code-agents
#dev
#github
#prompt-engineering
#1
#chatgpt
#cloud
#github
#hosting
#html
#server
#web-dev
#github
git commit
a directory but nothing else in it (e.g. a build/
directory). Add a .gitignore
file with *
followed by !.gitignore
. Only the .gitignore
file is tracked. #github
#chatgpt
#code-agents
#github
#prompt-engineering
#document-conversion
#github
#html
#markdown
#database
#github
#llm-ops
#markdown
Today, 38 repos on GitHub support it#github
#html
#web-dev
#github
#markdown
#ai-coding
#code-agents
#dev
#github
#markdown
#github
#tts
#voice-cloning
#automation
#code-agents
#future
#github
#prompt-engineering
#dev
#github
#prompt-engineering
#ai-coding
#code-agents
#github
#markdown
#ai-coding
#future
#github
#github
#ai-coding
#code-agents
#dev
#github
#prompt-engineering
#ai-coding
#github
#llm-ops
#ai-coding
#code-agents
#dev
#github
#llm-ops
#markdown
#best-practices
#github
#prompt-engineering
#code-agents
#github
#document-conversion
#future
#github
#speech-to-text
#ai-coding
#automation
#code-agents
#dev
#future
#github
#markdown
#prompt-engineering
#code-agents
#future
#github
#cloud
#github
#hosting
#github
#best-practices
#dev
#future
#github
#write
#ai-coding
#code-agents
#github
#markdown
Explain this
to understand the code%something
in command bar searches ACROSS files for a term. Exactly like Ctrl+Shift+F
Ctrl+2
opens a second window on the side. Ctrl+1
goes back to the first window#ai-coding
#dev
#future
#github
#github
#markdown
#code-agents
#future
#github
#markdown
#github
#llm-ops
#future
#github
#ai-coding
#github
#github
#write
#github
#markdown
#python
#ai-coding
#chatgpt
#code-agents
#future
#github
#llm-ops
#github
#html
#web-dev
#future
#github
#github
#markdown
#prompt-engineering
#ai-coding
#github
#code-agents
#github
#dev
#future
#github
#html
#markdown
#web-dev
#ai-coding
#code-agents
#github
#markdown
#chatgpt
#code-agents
#github
#speech-to-text
#ai-coding
#github
#speech-to-text