queue
Installation
SKILL.md
Article Queue
Manage the article queue stored in the SQLite database (.article_writer/article_writer.db).
Data Access
All data is stored in the articles table of the SQLite database. Use the provided scripts for all operations:
# Queue summary
bun run "${CLAUDE_PLUGIN_ROOT}"/scripts/queue.ts status
# List articles (with filters)
bun run "${CLAUDE_PLUGIN_ROOT}"/scripts/queue.ts list [filter]
# Show article details
bun run "${CLAUDE_PLUGIN_ROOT}"/scripts/queue.ts show <id>
Related skills
More from mwguerra/claude-code-plugins
filament-resource
Generate FilamentPHP v4 resources with form, table, relation managers, and actions
1.2Kresource
Generate FilamentPHP v4 resources with form, table, relation managers, and actions
115forms
Create FilamentPHP v4 forms with fields, validation, sections, tabs, and relationships
53executive
Strategic analysis, work prioritization, pattern recognition, and productivity reviews for the secretary plugin
52tables
Create FilamentPHP v4 tables with columns, filters, sorting, search, and bulk actions
48widgets
Create FilamentPHP v4 dashboard widgets - stats overviews, charts, and custom components
45