npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

skill-project-finisher

v2.0.0

Published

Claude skill that automates project completion with intelligent documentation generation, security checks, and export preparation

Readme

Claude Skill: Project Finisher

Automates project completion with intelligent documentation generation, security checks, and export preparation for Claude AI.

Features

  • 🤖 Context-Aware Documentation: Generates README, CHANGELOG, TODO, and ARCHITECTURE docs based on actual project analysis
  • 🔒 Security Scanning: Detects hardcoded secrets, API keys, and credentials
  • 📦 Smart Export: Prepares timestamped project exports with metadata
  • 🎯 Selective Documentation: Only documents critical files, not everything
  • 📊 Project Analysis: Automatically detects project type and technologies
  • 🔄 Git Integration: Generates CHANGELOG from git history when available

Installation

Quick Install (Recommended)

npx skill-project-finisher

This will automatically install the skill to your Claude skills directory.

Manual Installation

  1. Clone or download this repository
  2. Copy the project-finisher folder to your Claude skills directory:
    • macOS: ~/Library/Application Support/Claude/skills/user/
    • Linux: ~/.claude/skills/user/
    • Windows: %APPDATA%/Claude/skills/user/

Requirements

  • Python 3.x - Required for the automation scripts
  • Claude AI - Desktop or web application

Usage

Once installed, use the skill in your Claude conversations by saying:

  • "zakończ projekt" (Polish)
  • "finish the project"
  • "prepare project documentation"
  • "document my project"
  • "export project files"

Claude will automatically:

  1. Analyze your project structure
  2. Detect technologies and dependencies
  3. Run security checks
  4. Generate comprehensive documentation
  5. Prepare an organized export

What Gets Generated

README.md

  • Real project description based on code analysis
  • Detected requirements and dependencies
  • Project-specific installation instructions
  • Actual usage examples from your code
  • Project structure with module descriptions

CHANGELOG.md

  • Git history analysis (if .git exists)
  • Conversation-based summary (if no git)
  • Not just a template!

TODO.md

  • Extracted TODO/FIXME/HACK comments
  • Incomplete features from context
  • Missing tests detection
  • Improvement suggestions

ARCHITECTURE.md (for projects >15 files)

  • Module diagram (Mermaid format)
  • Data flow description
  • Component descriptions
  • Design decisions

Version 2.0 Features

  • Context-aware: Uses conversation history
  • Intelligent documents: Real analysis, not templates
  • Timestamped exports: Never overwrites previous exports
  • Better security: Fewer false positives, more patterns
  • Selective documentation: Only key files
  • Git integration: Real CHANGELOG from commits
  • Project type detection: Different templates for different projects
  • Performance: Optimized scanning with compiled regex

Scripts

The skill includes these Python scripts in the scripts/ folder:

  • collect_context.py - Collects project context and conversation summary
  • security_check.py - Advanced security scanning (v2.0)
  • generate_docs.py - Context-aware documentation generation (v2.0)
  • prepare_export.py - Export with timestamps and metadata (v2.0)

Troubleshooting

Skill not appearing in Claude

  1. Make sure you installed to the correct directory
  2. Restart Claude completely
  3. Check that SKILL.md exists in the installation directory

Python not found

Install Python 3.x from python.org

Permission errors

On macOS/Linux, you may need to make scripts executable:

chmod +x ~/.claude/skills/user/project-finisher/scripts/*.py

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

License

MIT License - feel free to use and modify as needed.

Author

emblemo

Support

  • GitHub Issues: [Report a bug or request a feature]
  • Documentation: [Link to full documentation]

Note: This is a skill for Claude AI. It requires Claude (desktop or web) to function.