{% extends "layouts/base.html" %} {% block title %}{{ project.title }} - Developer Toolkit{% endblock %} {% block content %}

{{ project.title }}

{{ t('projects.type_developer') }} • {{ project.name }}

{% if can_edit %} {{ t('common.edit') }} {% endif %}
{% if project.description %}

{{ project.description }}

{% endif %}

Development Categories

Code Review

3 tools

Review code quality, security, and best practices

Bug Fixing

5 tools

Debug issues and implement fixes

Documentation

4 tools

Generate docs, comments, and guides

Testing

6 tools

Unit tests, integration tests, and QA

Refactoring

4 tools

Improve code structure and maintainability

Architecture

3 tools

System design and architectural decisions

Debugging

5 tools

Identify and resolve runtime issues

Performance

4 tools

Optimize speed, memory, and efficiency

Recently Used Tools

{% if recent_prompts %}
{% for prompt in recent_prompts %}

{{ prompt.title }}

{{ prompt.category or 'General' }} • Used 2h ago

{% endfor %}
{% else %}

No Tools Added Yet

Add development prompts and rules to build your toolkit.

Add First Tool
{% endif %}

Workflow Stats

Total Tools {{ project_stats.prompt_count + project_stats.rule_count or 0 }}
Categories 8
Team Size {{ project_stats.member_count or 1 }}
Usage This Week 47 times

Quick Tools

Team Activity

Sarah used Code Review tool 5m ago
Mike added Bug Fix prompt 1h ago
Alex ran Test Generator 3h ago
{% endblock %}