thesis-proposal-skills

Project settings that allow the agent to run a defined set of research, document, testing, version-control, and proposal commands.

In plain words
What is it for?
Searching academic literature, checking proposal work, reading PDFs, running tests and code checks, and inspecting Git history and changes.
Why use it?
They restrict command use to listed tools, which helps the agent work within the project's approved actions.

Settings file for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add settings/hutzelmann/thesis-proposal-skills/settings
Clone the repo
git clone --depth 1 https://github.com/hutzelmann/thesis-proposal-skills

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

thesis-proposal-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/settings.json · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "permissions": {
    "allow": [
      "Bash(rtk read *)",
      "Bash(rtk grep *)",
      "Bash(rtk ls *)",
      "Bash(rtk find *)",
      "Bash(rtk wc *)",
      "Bash(rtk rg *)",
      "Bash(rtk git log *)",
      "Bash(rtk git status *)",
      "Bash(rtk git diff *)",
      "Bash(rtk git show *)",
      "Bash(rtk git branch *)",
      "Bash(rtk git remote -v)",
      "Bash(openspec validate *)",
      "Bash(openspec status *)",
      "Bash(openspec instructions *)",
      "Bash(uv run rtk pytest *)",
      "Bash(uv run pytest *)",
      "Bash(uv run rtk ruff check *)",
      "Bash(uv run ruff check *)",
      "Bash(pdfinfo *)",
      "Bash(pdfgrep *)",
      "Bash(pdftotext *)",
      "Bash(pdftoppm *)",
      "Bash(gunzip -c *)",
      "Bash(kpsewhich *)",
      "Bash(python3 scripts/sync_shared.py --check)",
      "Bash(uv run inspect log dump *)",
      "Bash(python3 skills/proposal-lit-search/scripts/search.py *)",
      "Bash(python3 .claude/skills/proposal-lit-search/scripts/search.py *)",
      "Bash(python3 .agents/skills/proposal-lit-search/scripts/search.py *)",
      "Bash(python3 skills/proposal-check/scripts/check.py *)",
      "Bash(python3 .claude/skills/proposal-check/scripts/check.py *)",
      "Bash(python3 skills/proposal-write/scripts/check.py *)",
      "Bash(python3 .claude/skills/proposal-write/scripts/check.py *)",
      "Bash(python3 .agents/skills/proposal-write/scripts/check.py *)",
      "Bash(python3 skills/proposal-import/scripts/check.py *)",
      "Bash(python3 .claude/skills/proposal-import/scripts/check.py *)",
      "Bash(python3 .agents/skills/proposal-import/scripts/check.py *)",
      "Bash(openspec new *)",
      "Bash(openspec archive *)",
      "Bash(python3 skills/proposal-publish/scripts/publish.py *)",
      "Bash(python3 .claude/skills/proposal-publish/scripts/publish.py *)",
      "Bash(echo \"check-exit=$?\")",
      "Bash(cd *)",
      "Bash(which *)",
      "Bash(command -v *)",
      "Bash(test *)",
      "Ba

Read the full file on GitHub · 65 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 65 lines scan A f49c50e72a04

Subscribe to this mod's changes

thesis-proposal-skills is a settings file published in the GitHub repository hutzelmann/thesis-proposal-skills (6 stars, last pushed 9d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.