libtv-cli
LibTV 官方 CLI 使用与子命令参考文档,管理画布与资源。
相关性达标的全量 Skills(含未精选长尾)· 共 6584 个
LibTV 官方 CLI 使用与子命令参考文档,管理画布与资源。
游戏辅助开发与逆向分析全流程指南,涵盖注入与协议分析。
生成标准化的CTF解题报告与提交样式写作模板。
面向CTF的Web渗透与利用技巧速查,包括XSS、SQLi、SSRF等。
逆向工程速查,涵盖二进制、APK、固件与自定义VM分析方法。
二进制利用技术速查,涵盖溢出、ROP、格式化等攻击套路。
提供面向CTF的开源情报收集工具与方法速查。
汇总CTF中不归类的杂项题型与解法速查参考。
恶意软件与网络流量分析的 CTF 技巧与工具汇总。
CTF 取证与区块链分析的工具、流程与实战提示。
CTF 密码学题型的攻击与求解技巧,含示例与工具。
CTF 场景下的 AI/ML 攻防技术与工具链实战指南。
跨前后端与系统的系统化代码评审指导与反馈模板。
覆盖55+漏洞类型的专业代码安全审计与检测流程。
Browser Use Cloud 的 API/SDK 文档与集成示例参考。
生成具多层加密与脱钩技术的高免杀 Go Loader。
通过 CDP 控制浏览器,用于自动化、抓取、测试和截图等网页任务。
为 Java/.NET/PHP 源码与部署制品提供规范化的安全审计工作流与产物组织。
使用 jadx/Fernflower 反编译 APK/JAR/AAR 并提取 API 端点与调用流程。
通过 Xquik 与 X API 提供用户、推文、时序等结构化 X (Twitter) 数据抓取与导出功能。
遇到 bug 或异常时按流程定位根因并避免随机修补的系统化调试指南。
创建、编辑和读取 PowerPoint,包括从零生成、模板化编辑与文本提取。
创建、修改、分析与验证各类电子表格(xlsx/csv 等)。
按设计规范生成高质量、品牌一致的 PDF 报告与文档。
用 OpenXML SDK 在 CLI 或 C# 脚本中生成、填充与格式化 DOCX 文档。
将当前会话压缩为交接文档,保存到本地临时目录并建议后续技能。
以 /grilling 会话形式进行严格审问式讨论并同时产出相关文档。
Project initialization for Zolletta-metaskill. Creates the .zolletta-metaskill/ directory, detects the project language, detects Docker container, tests tokensave availability, detects Python and PHP tooling, and writes settings.json. Also adds .zolletta-metaskill/ to .gitignore. Run automatically by the setup guard before any subcommand if settings.json is missing, or manually via /zolletta-metaskill setup.
Full project review orchestrator. Reads the project language from .zolletta-metaskill/settings.json (written by setup), then runs the appropriate specialist skills as subagents in parallel batches — general skills (patterns, documentor) always, plus language-specific skills when applicable (e.g. python-code-style and python-testing-patterns for Python). Saves each report to .zolletta-metaskill/reports/<YYYY-MM-DD-HH-MM>/, produces an aggregated TODO.md organized by functional priority (dependency changes first, then by severity), and compares with the previous review's TODO to verify completion. Respond in the user's language.
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards.
PHP test code review: PHPUnit test naming, directory mirroring, coverage gap detection, mocking with Mockery or PHPUnit mocks, data providers, test doubles, and AAA structure. Use when reviewing PHP test code or setting up PHPUnit test suites.
PHP code style review: strict typing, modern PHP 8.x features, PSR-12 compliance, naming conventions, error handling, performance, and security. Version-gated by detected php_version. Use when reviewing PHP code for style, type safety, or modern PHP feature adoption.
Language-agnostic design pattern analysis with automated class metrics scanning. Detects God classes, SOLID violations, tight coupling, and composition-vs-inheritance issues in Python (via AST scripts) and other languages (via manual principle application). Use when refactoring a God class, evaluating structural quality, or planning a modular architecture. Succeeds and extends python-design-patterns (MIT, wshobson/agents).
Documentation review combining [Diátaxis](https://diataxis.fr/) compliance checks with automated drift detection. Reviews .backstage/ docs for structure, accuracy, consistency, and freshness against the codebase. Use when reviewing docs, preparing releases, running CI doc gates, or auditing doc quality.
Zolletta-metaskill — meta-skill and registry for the zolletta-* review family. Lists available skills, shared resources, and orchestration rules.
以测试驱动方式编写和验证技能文档,通过失败测试证明技能有效。
为多步骤开发任务撰写详尽实现计划,指定修改、测试与交付细节。
在支持的平台内解析并执行 agency-orchestrator 的 YAML 多角色工作流。
在宣称完成前必须运行并检查验证命令与输出,以证据支撑结论。