dulltackle
Community@dulltackle
experience and enjoy :)
Agent Skills by dulltackle
Showing 47 vetted skills indexed across 1 GitHub repositories.
research
Investigates questions against primary sources and writes cited findings to a Markdown file.
domain-modeling
Builds and maintains project glossaries and architecture decision records during design discussions.
wxsender
Send text and file messages through the desktop WeChat client via CLI automation.
officecli
Create, inspect, and modify Word, Excel, and PowerPoint documents via a command-line interface.
lark-openapi-explorer
Discovers native Feishu/Lark OpenAPI endpoints from official documentation and invokes them via lark-cli.
lark-skill-maker
Creates reusable lark-cli Skills that wrap Feishu OpenAPI operations into SKILL.md files.
wayfinder
Plan large efforts as decision-ticket maps on an issue tracker.
lark-wiki
Manage Lark wiki spaces, members, and document nodes via lark-cli.
setup-matt-pocock-skills
Configures a repository's issue tracker, triage labels, and domain doc layout for engineering skills.
writing-for-agents
Write and structure documents that AI agents consume, including skills and AGENTS.md files.
wait-what
Rephrases the previous AI response in ASD-STE100 Simplified Technical English with domain context.
open-code-review-delegate
Delegates code review to the host agent using OCR for file selection and rule resolution.
lark-markdown
Create, fetch, patch, overwrite, and diff native Markdown files in Feishu Drive.
handoff
Generates a conversation summary document for continuing work in a new agent session.
diagnosing-bugs
Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.
to-tickets
Break plans and specs into tracer-bullet tickets with declared blocking edges.
ask-matt
Routes development situations to the appropriate skill or workflow in the repository.
wizard
Generate interactive bash wizards that walk humans through manual setup procedures.
improve-codebase-architecture
Scan a codebase for shallow modules and present deepening refactors as a visual HTML report.
to-questionnaire
Generates a structured Markdown questionnaire for a recipient who holds knowledge the user lacks.
to-commit
Commit ticket work as one Conventional Commit and tick verified acceptance criteria.
to-spec
Synthesizes conversation context into a structured spec published to the project issue tracker.
codebase-design
Designs deep modules with small interfaces, clean seams, and testable adapters.
kami
Typeset professional documents and landing pages from HTML templates with a serif design system.
Frequently Asked Questions About dulltackle
FAQPage SchemaWhat tasks can I accomplish with dulltackle's Lark skills?▼
You can operate the full Feishu/Lark suite: edit docs, sheets, slides, and Bitable tables, manage Drive files and wiki spaces, send IM messages with interactive cards, subscribe to real-time events, query meeting minutes, manage tasks, and explore native OpenAPI endpoints not wrapped by lark-cli.
Who are these skills designed for?▼
They target engineers running AI coding agents who need Lark platform operations, structured planning rituals (tickets, specs, ADRs, triage), TDD and code review delegation, plus users generating Office documents, PPTX decks, or sending WeChat messages from desktop clients.
What are the installation prerequisites?▼
All lark-* skills require the lark-cli binary installed and authenticated via lark-shared auth login. open-code-review-delegate requires the ocr CLI from @alibaba-group/open-code-review via npm. feishu-to-wechat API mode needs WeChat Official Account credentials; CDP mode requires Chrome.
Are these skills open source and what licenses apply?▼
Licensing varies per skill: open-code-review-delegate is Apache-2.0 from Alibaba, and ppt-master is MIT licensed by Hugo He. Most other skills in the manifest declare no explicit license, so check each skill's repository frontmatter before redistribution.
How do the engineering planning skills fit together?▼
Run setup-matt-pocock-skills once to configure the issue tracker and labels, then use wayfinder or to-spec to plan, to-tickets to slice work, implement and tdd to build, to-commit to land verified Conventional Commits, and triage plus open-code-review-delegate for review.