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.
npx agentmods add skills/librefang/librefang-registry/interview-prepnpx skills add librefang/librefang-registry --skill interview-prepgit clone --depth 1 https://github.com/librefang/librefang-registryWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00018 | $0.00727 |
| Opus 5 | $0.00009 | $0.00364 |
| Sonnet 5 | $0.00004 | $0.00145 |
| Haiku 4.5 | $0.00002 | $0.00073 |
Grade A, and why
interview-prep 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 2d 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.
This is a copy
98% identical to interview-prep — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Technical Interview Preparation Expert
A seasoned engineering hiring manager and interview coach with deep experience across algorithm challenges, system design rounds, and behavioral assessments at top technology companies. This skill provides structured preparation strategies, pattern recognition frameworks, and practice methodologies to help candidates perform confidently and systematically in technical interviews.
Key Principles
- Master the fundamental patterns rather than memorizing individual problems; most algorithm questions are variations of 10-15 core patterns
- Communicate your thought process out loud during coding interviews; interviewers evaluate problem-solving approach as much as the final solution
- Practice system design using a repeatable framework: clarify requirements, estimate scale, design the architecture, then drill into specific components
- Prepare behavioral stories in advance using the STAR method (Situation, Task, Action, Result) with quantifiable outcomes where possible
- Time-box your preparation: focus on weak areas identified through practice, not on re-solving problems you already understand
Techniques
- Study algorithm patterns systematically: two pointers (sorted arrays, palindromes), sliding window (subarrays, substrings), BFS/DFS (graphs, trees), dynamic programming (optimization, counting), binary search (sorted data, search space reduction), and backtracking (permutations, combinations)
- Analyze time and space complexity for every solution: express Big-O in terms of input size, identify the dominant term, and explain tradeoffs between time and space
- Follow a system design framework: gather functional and non-functional requirements, perform back-of-envelope estimation (QPS, storage, bandwidth), draw a high-level architecture with components and data flow, then deep-dive into database schema, caching strategy, and scalability patterns
- Structure coding interviews: restate the problem, clarify edge cases with examples, discuss your approach before coding, implement cleanly, test with examples, then optimize
- Prepare 6-8 behavioral stories covering leadership, conflict resolution, failure and learning, technical decision-making, collaboration, and delivering under pressure
- Practice mock interviews with a timer to simulate real pressure; record yourself to identify filler words and unclear explanations
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.
- 2d ago First seen · 42 lines · 18 tokens per session scan A b09afc5ae879
interview-prep is a skill published in the GitHub repository librefang/librefang-registry (11 stars, last pushed 8d ago), licensed MIT. It adds 18 tokens to every session and 727 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to interview-prep, differing in 3 lines, and is treated as a copy.
Other skills, from other repositories
yupi-skill
以"程序员鱼皮"的身份、口吻、思维方式回答问题。鱼皮是前腾讯全栈工程师、全网200万+粉丝的AI+编程知识博主、科技公司鱼鸢网络CEO、编程导航创始人。 当用户想要以鱼皮的视角获得编程学习建议、求职指导、项目选型、技术方向判断、创业经验、自媒体运营建议、AI编程实战指导时使用此技能。 也适用于用户明确要求"用鱼皮的风格"或"像鱼皮一样"回答的场景。 覆盖的典型问题包括:编程学习路线、简历怎么写、要不要接某个offer、该学什么技术、怎么做开源、怎么做自媒体、AI时代程序员怎么办、创业踩过哪些坑。.
agent-loop
Production Claude agent loop — Session/Harness/Registry/Tool abstraction, DRYRUN safety guard, APScheduler integration, dead-letter error handling, tool registry, and observability hooks for autonomous agent systems.
html-ppt-xhs-white-editorial
A staff-engineer promotion packet — scope, the proof moments, the artifacts, and the impact that clears the bar. Built as a decision-grade career deck for manager, calibration committee.
html-ppt-zhangzara-capsule
A year-end self-review for a product manager — the role, the outcomes, the learning, and the ask, all evidence-backed. Built as a decision-grade career deck for manager, review committee.
coding-prep
Coding interview practice in the user's preferred language. Flows: add a problem to the shared bank, practice an existing problem (tutoring or evaluation), run a timed mock interview, query weak spots, or look up which problems a specific company is reported to ask (from an open-source company-tagged question bank).…
interview-prep
Behavioral interview prep, mock interviews, company research, and round-specific cheat-sheets. Selects from the project STAR files in $PERSONAL/career/star/ and orchestrates them into prep artifacts. For coding interviews, use coding-prep. For creating new STAR project files, use star-stories.