Skip to main content
Run any Skill in Manus
with one click
GitHub repository

hoover-content-system

hoover-content-system contains 86 collected skills from jeremydhoover-blip, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
86
Stars
7
updated
2026-02-20
Forks
7
Occupation coverage
12 occupation categories · 100% classified
repository explorer

Skills in this repository

creating-context-packs-for-ai
market-research-analysts-and-marketing-specialists-131161

Creates structured context documents that AI systems can consume to generate consistent, accurate content for a feature. Use when preparing a feature for AI-assisted content generation, building AI writing workflows, or enabling LLMs to write within product constraints.

2026-02-20
defining-feature-vocabulary
editors

Creates the canonical vocabulary for a feature, including term definitions, usage rules, and prohibited alternatives. Use when starting content work on a new feature, resolving terminology inconsistencies, or establishing naming conventions for concepts within a feature.

2026-02-20
diffing-and-versioning-context-packs
market-research-analysts-and-marketing-specialists-131161

Compares context pack versions to identify changes, generates semantic diffs, and applies version control discipline. Use when updating context packs, reviewing changes before publish, auditing context drift, or maintaining context history.

2026-02-20
generating-feature-content-context
market-research-analysts-and-marketing-specialists-131161

Creates structured context packs that provide AI systems and content creators with complete information about a feature. Use when preparing for content generation, onboarding writers to features, or building AI-ready documentation.

2026-02-20
generating-state-maps
graphic-designers

Creates visual and structured representations of all possible states a feature can exist in, including transitions, triggers, and content requirements per state. Use when documenting a new feature, auditing existing state handling, or preparing context for UI copy.

2026-02-20
mapping-content-to-user-journeys
market-research-analysts-and-marketing-specialists-131161

Maps content touchpoints to user journey stages, identifying what content appears at each phase from awareness through advocacy. Use when planning content strategy for a feature, auditing content coverage, or identifying content gaps in the user experience.

2026-02-20
updating-feature-context-from-feedback
market-research-analysts-and-marketing-specialists-131161

Updates existing feature content context based on user feedback, research findings, or product changes. Use when feedback reveals gaps, inaccuracies, or shifts in user mental models within an existing context pack.

2026-02-20
validating-context-completeness
software-quality-assurance-analysts-and-testers

Validates that a context pack contains all required fields, consistent state coverage, and no conflicting definitions. Use when reviewing context packs before handoff, after major updates, or before AI integration.

2026-02-20
auditing-ui-copy
editors

Systematically evaluate existing UI copy for consistency, clarity, and compliance. Use when reviewing shipped interfaces, preparing for redesigns, or establishing baseline content quality.

2026-02-20
designing-content-governance-flows
editors

Create workflows and rules for how content moves from creation through approval to publication. Use when establishing content operations, scaling content teams, or reducing bottlenecks in content delivery.

2026-02-20
designing-content-pattern-libraries
writers-and-authors

Create reusable content patterns with rules, examples, and constraints for consistent UI writing at scale. Use when establishing content systems, onboarding writers, or automating content generation.

2026-02-20
designing-microcopy-systems
graphic-designers

Create scalable, consistent microcopy patterns for UI components. Use when building design systems, establishing copy standards for component libraries, or systematizing recurring UI text.

2026-02-20
designing-progressive-disclosure
graphic-designers

Layer information and options to match user attention and need. Use when designing onboarding flows, complex forms, settings interfaces, or any screen with more information than users need at once.

2026-02-20
mapping-user-intents-to-copy
technical-writers

Translate user goals and mental models into appropriate UI copy. Use when designing new features, diagnosing user confusion, or aligning content with user research findings.

2026-02-20
naming-features-and-settings
graphic-designers

Generate and evaluate names for product features, settings, and UI elements. Use when launching new features, renaming existing functionality, or establishing naming conventions.

2026-02-20
reducing-cognitive-load
graphic-designers

Identify and eliminate unnecessary mental effort in UI content. Use when simplifying complex interfaces, improving task completion rates, or diagnosing user confusion.

2026-02-20
structuring-ui-content
graphic-designers

Organize and sequence content within UI screens for optimal comprehension and task completion. Use when designing new screens, restructuring existing interfaces, or optimizing content hierarchy.

2026-02-20
aligning-content-with-brand
writers-and-authors

Ensures content execution matches brand strategy and positioning. Use when auditing brand alignment, creating brand-content bridges, or onboarding content teams to brand standards.

2026-02-20
building-taxonomy-and-ia
market-research-analysts-and-marketing-specialists-131161

Creates information architecture and taxonomy structures for content organization. Use when designing navigation, categorization systems, or content hierarchies.

2026-02-20
creating-content-briefs
editors

Creates structured briefs that guide content creation with clear objectives, requirements, and context. Use when assigning content work, briefing writers, or aligning stakeholders on content needs.

2026-02-20
creating-content-principles
market-research-analysts-and-marketing-specialists-131161

Defines foundational content principles that guide all content decisions. Use when establishing content standards, aligning teams on content values, or creating governance frameworks.

2026-02-20
creating-messaging-hierarchy
market-research-analysts-and-marketing-specialists-131161

Structures marketing and product messaging from high-level positioning to feature-specific claims. Use when launching products, aligning teams on messaging, or creating content briefs.

2026-02-20
defining-voice-and-tone
writers-and-authors

Creates voice and tone guidelines for a product or brand. Use when establishing new content standards, onboarding writers, or aligning cross-functional teams on communication style.

2026-02-20
designing-content-experiments
market-research-analysts-and-marketing-specialists-131161

Designs and documents A/B tests and experiments for content optimization. Use when testing messaging, content formats, or user experience hypotheses.

2026-02-20
measuring-content-performance
market-research-analysts-and-marketing-specialists-131161

Defines metrics, measurement frameworks, and reporting structures for content effectiveness. Use when establishing content KPIs, building dashboards, or proving content value.

2026-02-20
planning-content-roadmaps
market-research-analysts-and-marketing-specialists-131161

Creates strategic content roadmaps that align content production with business goals and user needs. Use when planning quarterly/annual content, prioritizing backlogs, or aligning teams on content strategy.

2026-02-20
designing-developer-onboarding
market-research-analysts-and-marketing-specialists-131161

Designs developer onboarding experiences and documentation sequences. Use when creating getting-started guides, quickstart flows, developer portals, sandbox environments, or progressive learning paths for APIs and platforms.

2026-02-20
documenting-tooling-workflows
software-developers

Document complex developer tooling workflows that span multiple tools or systems. Use when writing guides for build pipelines, deployment processes, CI/CD workflows, or multi-tool integration patterns.

2026-02-20
writing-cli-errors-and-exit-codes
software-developers

Generates CLI error messages and defines exit code conventions. Use when writing stderr output, defining exit codes, creating error message templates, or designing error recovery guidance for command-line tools.

2026-02-20
writing-cli-help-and-usage
software-developers

Generates CLI help text, usage strings, and command documentation. Use when writing --help output, man pages, command syntax documentation, or argument descriptions for command-line tools.

2026-02-20
writing-code-comments-and-docstrings
software-developers

Generates inline code comments and documentation strings. Use when writing function/class documentation, explaining complex logic, adding TODO/FIXME annotations, or documenting APIs in code.

2026-02-20
writing-command-tutorial-flows
technical-writers

Generates step-by-step CLI tutorials and command sequences. Use when creating getting-started guides, multi-step workflows, command chaining examples, or progressive CLI learning paths.

2026-02-20
writing-configuration-guides
web-developers

Write clear, comprehensive configuration documentation for developer tools and applications. Use when documenting config files, environment variables, feature flags, or initialization parameters.

2026-02-20
writing-sdk-docs-and-samples
software-developers

Generates SDK documentation and code samples. Use when documenting client libraries, writing quickstarts, creating code examples, or explaining SDK architecture and usage patterns.

2026-02-20
designing-headline-variants
writers-and-authors

Creates multiple headline options optimized for different purposes and platforms. Use when writing headlines for A/B testing, multi-channel distribution, or when stakeholder input requires options.

2026-02-20
editing-and-style-enforcement
editors

Edits content for consistency, clarity, and adherence to style guides. Use when reviewing drafts, enforcing editorial standards, or preparing content for publication.

2026-02-20
improving-readability-and-flow
writers-and-authors

Enhances content clarity, pacing, and reader comprehension through structural and linguistic improvements. Use when editing drafts for readability, optimizing content for specific audiences, or improving engagement metrics.

2026-02-20
structuring-long-form-content
writers-and-authors

Organizes complex content into readable, navigable structures. Use when writing articles over 2000 words, comprehensive guides, multi-section reports, or content requiring hierarchical organization.

2026-02-20
writing-blog-posts
writers-and-authors

Creates blog posts for company and product blogs. Use when writing thought leadership, tutorials, announcements, or educational content for publication on a blog.

2026-02-20
writing-case-studies
writers-and-authors

Creates customer case studies for marketing and sales. Use when documenting customer success stories, transformations, or results for use in marketing collateral, sales enablement, or website content.

2026-02-20
Showing top 40 of 86 collected skills in this repository.