skills/mastermind-logger/SKILL.md
Compiles and extracts session knowledge into a living, interconnected LLM-Wiki. Instead of writing isolated logs, it identifies key entities, updates cross-referenced topic files in docs/knowledgelib/, and maintains an index and chronological log. Use this to ensure persistent, compounding project knowledge.
npx skillsauth add fatih-developer/fth-skills mastermind-loggerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill acts as an intelligent knowledge base maintainer, inspired by the "LLM-Wiki" pattern. It does NOT just leave "dump" files. When invoked, it compiles crucial technical discoveries, architectural decisions, and constraints from the active session and integrates them into a structured, interconnected wiki.
The core philosophy: Knowledge should be compounding, constantly updated, and heavily cross-referenced, not just appended as isolated time-stamped files.
Whenever the user triggers mastermind-logger, you MUST perform the following steps autonomously in the [workspace-root]/docs/knowledgelib/ directory:
Scan the recent conversation history and current file context. Determine what new information was produced:
Do NOT write all findings into a single date-stamped file. Instead, target specific "Entity/Topic" files.
cloudflare-config.md and paytr-integration.md.[[cloudflare-config.md]]) to connect concepts across different files.index.md)docs/knowledgelib/index.md acts as the map of the knowledge base.
index.md.## Infrastructure, ## Third-Party Services, ## Database).log.md)docs/knowledgelib/log.md is an append-only timeline file. Add a new entry detailing what you updated in this session:
## [YYYY-MM-DD HH:MM] ingest | [Short Descriptive Title]
- Discovered X, updated `[[entity-file-x.md]]`.
- Replaced outdated authentication pattern in `[[auth-module.md]]`.
- Linked Database rules to `[[cloudflare-config.md]]`.
docs/knowledgelib/ folder. Your text should be extremely concise.tools
Create, optimize, critique, and programmatically structure prompts for AI systems. Use this skill whenever the user is designing or improving a static prompt, system prompt, coding prompt, agent prompt, workflow prompt, MCP-oriented prompt package, or an algorithmic prompt optimization pipeline. Also use it when the user asks to turn vague AI behavior into a precise instruction set, tool policy, agent spec, evaluation metric, or prompt architecture.
testing
Assumption-first architecture review skill to stress-test project plans and expose hidden risks.
testing
Enforce and manage DESIGN.md specifications, extract design systems from URLs, and combine design reasoning with token roles to prevent drift.
testing
Forces the agent to act with a Claude-like product mindset, prioritizing user journey, UX states, and visual quality before coding.