albibenni/skills
Skill Claude CodeCodex
Build or fix concrete behavior through small, behavior-first test-driven slices. Use when reliable automated feedback should drive implementation; do not use when the work is exploratory, purely presentational, or lacks a testable behavior.
albibenni/skills
Skill Claude CodeCodex
Evaluates code for accuracy, style, security, and architectural patterns according to the latest industry standards.
albibenni/skills
Skill Claude CodeCodex
Generates an interactive fill-in-the-blank worksheet (.worksheet.md) designed for code exercises, such as writing SQL queries or small snippets of code on a specific aspect.
albibenni/skills
Skill Claude CodeCodex
Ensures the agent always factors in the current date and time (provided by the CLI context) to provide the most modern, up-to-date answers, library versions, and best practices.
albibenni/skills
Skill Claude CodeCodex
Stress-test a plan, design, or decision through a focused, evidence-led interview. Use when ambiguity, dependencies, risks, or irreversible choices need resolving before commitment; do not use for a clear, routine task with explicit acceptance criteria.
albibenni/skills
Skill Claude CodeCodex
Generates 10 structured exercises on a user-provided topic to facilitate hands-on learning and mastery.
albibenni/skills
Skill Claude CodeCodex
Explains code, concepts, and architectures at an appropriate depth, prioritizing conceptual understanding with optional illustrative examples. Use when the user asks to explain something, understand how it works, or choose an implementation approach.
albibenni/skills
Skill Claude CodeCodex
Genera una serie di domande aperte su argomenti di neuropsicologia (es. funzioni cognitive, basi neurali, deficit clinici e test) in lingua italiana. Permette all'utente di scegliere il numero di domande e fornisce risposte strutturate composte da introduzione, svolgimento e conclusione, con una lunghezza di almeno 15…
albibenni/skills
Skill Claude CodeCodex
Analyzes the codebase and explains it from an architectural perspective. Identifies API communication, design patterns, main technologies used, and data flow. Use when the user wants an architectural overview of a project.
albibenni/skills
Skill Claude CodeCodex
Researches a codebase to explain its architecture, tech stack, and state, then generates a knowledge check quiz for the user. Use when the user asks to "explain this project", "how does this work", or "test my knowledge".
albibenni/skills
Skill Claude CodeCodex
Audits code against Clean Code and SOLID principles, providing specific refactoring suggestions and technical rationales to improve maintainability.
albibenni/skills
Skill Claude CodeCodex
Generates an adaptive-length multiple-choice quiz that checks understanding of concepts, logic, and important details from the current context. Use for self-assessment and knowledge reinforcement, especially when the quiz should be concise, difficult, saved as a Markdown note, and sized to the topic unless the user…
albibenni/skills
Skill Claude CodeCodex
Provides a critical and up-to-date review of documents, code, or architectural designs, identifying inaccuracies and outdated patterns based on current standards.
albibenni/skills
Skill Claude CodeCodex
Create complementary quizzes, reconstruction worksheets, and scenario-based labs from learning material. Use when asked to test, teach, assess, or verify genuine understanding of a concept, technical note, article, design, system, or implementation—not just factual recall.
albibenni/skills
Skill Claude CodeCodex
Dynamically sets up base ESLint, tsconfig, and Prettier configurations tailored to the current project's framework based on the albibenni/ts-is-fun standards. Prefer pnpm unless another package manager is detected.
albibenni/skills
Skill Claude CodeCodex
Generates 10 structured exercises written directly to an exercises folder, with solutions written to a separate markdown file in your notes.
albibenni/skills
Skill Claude CodeCodex
Generates 10 structured TypeScript exercises following modern best practices, designed for direct use in .test.ts files.
albibenni/skills
Skill Claude CodeCodex
Generates an interactive fill-in-the-blank worksheet (.worksheet.md) designed to help memorize complex architectures, sequences, or code snippets (like auth flows).