I'm on a project to create a skills matrix for about 200 people and am hoping to not have to reinvent the wheel. Users will fill out and maintain their skill proficiencies using yes/no and radio or combo inputs. Skills are grouped by category (Technical, Web, Creative/Social).
It needs to be easily searchable, and being relatively pretty would be nice. Elgg seems like a good start with the profile_manager module, but the search isn't there. SugarCRM with a custom module is closer, but search and edit are kludgy because the pages would be really long (tabbed Category subpanels on edit and search would actually make it ideal).
Are there any good Drupal solutions for this? CiviCRM with custom fields maybe? I've got some experience with PHP and don't mind getting my hands dirty if there's something close that I can just lightly customize. Thanks!