dulltackle avatar

dulltackle

Community

@dulltackle

4Followers
|
16Public Repos
|
47Published Skills

experience and enjoy :)

Skills Distribution
DomainDeveloper To...Lark/Feishu Platfo.. (45%)Engineering Planni.. (30%)Document & Present.. (15%)WeChat Messaging &.. (10%)

Agent Skills by dulltackle

Showing 47 vetted skills indexed across 1 GitHub repositories.

dulltackledulltackle

research

Investigates questions against primary sources and writes cited findings to a Markdown file.

Community
Basic
dulltackledulltackle

domain-modeling

Builds and maintains project glossaries and architecture decision records during design discussions.

Community
Intermediate
dulltackledulltackle

wxsender

Send text and file messages through the desktop WeChat client via CLI automation.

Community
Advanced
dulltackledulltackle

officecli

Create, inspect, and modify Word, Excel, and PowerPoint documents via a command-line interface.

Community
Advanced
dulltackledulltackle

lark-openapi-explorer

Discovers native Feishu/Lark OpenAPI endpoints from official documentation and invokes them via lark-cli.

Community
Intermediate
dulltackledulltackle

lark-skill-maker

Creates reusable lark-cli Skills that wrap Feishu OpenAPI operations into SKILL.md files.

Community
Intermediate
dulltackledulltackle

wayfinder

Plan large efforts as decision-ticket maps on an issue tracker.

Community
Advanced
dulltackledulltackle

lark-wiki

Manage Lark wiki spaces, members, and document nodes via lark-cli.

Community
Advanced
dulltackledulltackle

setup-matt-pocock-skills

Configures a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Community
Intermediate
dulltackledulltackle

writing-for-agents

Write and structure documents that AI agents consume, including skills and AGENTS.md files.

Community
Intermediate
dulltackledulltackle

wait-what

Rephrases the previous AI response in ASD-STE100 Simplified Technical English with domain context.

Community
Basic
dulltackledulltackle

open-code-review-delegate

Delegates code review to the host agent using OCR for file selection and rule resolution.

Community
Advanced
dulltackledulltackle

lark-markdown

Create, fetch, patch, overwrite, and diff native Markdown files in Feishu Drive.

Community
Intermediate
dulltackledulltackle

handoff

Generates a conversation summary document for continuing work in a new agent session.

Community
Basic
dulltackledulltackle

diagnosing-bugs

Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.

Community
Advanced
dulltackledulltackle

to-tickets

Break plans and specs into tracer-bullet tickets with declared blocking edges.

Community
Intermediate
dulltackledulltackle

ask-matt

Routes development situations to the appropriate skill or workflow in the repository.

Community
Intermediate
dulltackledulltackle

wizard

Generate interactive bash wizards that walk humans through manual setup procedures.

Community
Intermediate
dulltackledulltackle

improve-codebase-architecture

Scan a codebase for shallow modules and present deepening refactors as a visual HTML report.

Community
Advanced
dulltackledulltackle

to-questionnaire

Generates a structured Markdown questionnaire for a recipient who holds knowledge the user lacks.

Community
Basic
dulltackledulltackle

to-commit

Commit ticket work as one Conventional Commit and tick verified acceptance criteria.

Community
Advanced
dulltackledulltackle

to-spec

Synthesizes conversation context into a structured spec published to the project issue tracker.

Community
Intermediate
dulltackledulltackle

codebase-design

Designs deep modules with small interfaces, clean seams, and testable adapters.

Community
Intermediate
dulltackledulltackle

kami

Typeset professional documents and landing pages from HTML templates with a serif design system.

Community
Advanced

Frequently Asked Questions About dulltackle

FAQPage Schema
What 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.