Pandemonium-Research
- 20 skills
- 0 followers
- 7 hours ago last updated
- ▌ Changelog Writer 2 · pandemonium-researchA member skill that restates the shared commit type convention but contradicts it, so the agreement check reports an error that both implementations of the coherence rules must agree on exactly.
- ▌ Test Writer · pandemonium-research bundleWrites tests that match your project's existing test patterns and conventions. Detects the test framework in use, reads nearby test files to understand naming and structure conventions, and generates tests for the code you point it at — without introducing a different style.
- ▌ Changelog Gen · pandemonium-research bundleProduces CHANGELOG entries from git history following the Keep a Changelog format. Uses a bundled script to extract commits since the last tag, classifies them into changelog sections using the shared commit conventions reference, and outputs a ready-to-paste release block.
- ▌ Pr Description · pandemonium-research bundleGenerates structured pull request descriptions from the staged diff and branch name. Fills in a standard PR template covering summary, what changed and why, testing steps, and any notes for reviewers — so you spend time on the code, not on writing boilerplate.
- ▌ Paper Summarizer · pandemonium-research bundleProduces structured summaries of academic or technical papers. Fills a consistent template covering abstract, key contributions, method, results, limitations, and relevance. Calibrates terminology and depth to a named audience using the shared audience personas reference — so the summary is useful to the right reader, not just accurate.
- ▌ Technical Explainer · pandemonium-researchExplains complex technical topics in plain language calibrated to a named audience. Loads a shared audience personas reference to determine vocabulary level, assumed prior knowledge, and preferred explanation style — so the explanation lands for that specific reader, not for a generic one.
- ▌ Conventional Commit · pandemonium-researchWrites well-formed commit messages following the Conventional Commits specification. Infers the commit type and scope from the staged diff and changed file paths, asks for clarification only when the intent is genuinely ambiguous, and formats the result ready to paste into your terminal.
- ▌ Competitive Analysis · pandemonium-research bundleGenerates structured competitor breakdowns from information you provide. Uses a bundled analysis framework to evaluate competitors across consistent dimensions — positioning, pricing, features, weaknesses, and moat — and outputs a formatted report ready to share with stakeholders or paste into a product document.
- ▌ Skill Author · pandemonium-research bundleGuides you through designing and writing a new Claude skill from scratch — determines the right complexity tier, writes the SKILL.md with correct frontmatter and instructions, and scaffolds any supporting assets, references, or scripts the skill needs.
- ▌ Skillset Author · pandemonium-research bundleGuides you through designing and packaging a complete skillset — determines what skills belong together, writes the SKILLSET.md manifest, identifies shared assets, and produces the full directory layout with all skill files ready to install.
- ▌ Valid Skill · pandemonium-research bundleA fully valid skill for testing purposes. This description is long enough to pass the minimum word count requirement and explains what the skill does in sufficient detail to be useful.
- ▌ Broken Ref Skill · pandemonium-researchThis skill references a file that does not exist. The validator should catch this as an error and deduct points from the score accordingly.
- ▌ Inline Ref Skill · pandemonium-researchThis skill references a bundled resource using inline-code style, the canonical form from the skill guide. The referenced file is missing so the validator should flag it.
- ▌ Titled Ref Skill · pandemonium-researchThis skill references a missing file using a markdown link that carries a title string. The validator should ignore the title and flag the missing file as a broken reference.
- ▌ Anchored Ref Skill · pandemonium-researchThis skill references a missing file using a markdown link with a fragment anchor. The validator should strip the anchor and flag the missing file as a broken reference.
- ▌ Bad Structure Skill · pandemonium-research bundleThis skill has an unauthorized subdirectory in its folder structure which should trigger a warning from the validator.
- ▌
- ▌ Inline Ref Valid Skill · pandemonium-research bundleThis skill references a bundled resource using inline-code style, and that referenced file exists in the package. The validator should treat referenced resources as passing.
- ▌ Commit Writer · pandemonium-researchA member skill that restates the shared commit type convention in its own table so the agreement check has something concrete to compare against the declaration held in the skillset assets folder.
- ▌ Changelog Writer · pandemonium-researchA member skill that restates the shared commit type convention and agrees with it, so the agreement check reports a pass that both implementations of the coherence rules must agree on exactly.